Update Main.cpp
forgot to include libary stdlib.h for system function.
This commit is contained in:
parent
82f40544a5
commit
9ce6ec1898
@ -3,6 +3,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <unistd.h> //for get_current_dir() and chdir()
|
#include <unistd.h> //for get_current_dir() and chdir()
|
||||||
|
#include <stdlib.h> //for system
|
||||||
#include "headers/Functions.h"
|
#include "headers/Functions.h"
|
||||||
|
|
||||||
typedef std::string str_t;
|
typedef std::string str_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user