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 <vector>
|
||||
#include <unistd.h> //for get_current_dir() and chdir()
|
||||
#include <stdlib.h> //for system
|
||||
#include "headers/Functions.h"
|
||||
|
||||
typedef std::string str_t;
|
||||
|
|
Loading…
Reference in New Issue