Add missing headers. (I don't know why it worked before but not now....)
This commit is contained in:
@@ -17,6 +17,7 @@ using namespace std;
|
||||
#include <cstring>
|
||||
#include <stack>
|
||||
#include <map>
|
||||
#include <sys/errno.h>
|
||||
#include "StdString.h"
|
||||
#include "InstallerFile.h"
|
||||
#include "Processor.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/errno.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
#include <fcntl.h>
|
||||
#include "Util.h"
|
||||
|
||||
Reference in New Issue
Block a user