Fixed missing include
This commit is contained in:
parent
de4a64332e
commit
8378153669
|
@ -18,7 +18,6 @@
|
|||
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <cctype>
|
||||
#include <sstream>
|
||||
#include "filelister.h"
|
||||
#include "path.h"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include <vector>
|
||||
#include <sstream>
|
||||
#include <cstring>
|
||||
#include <cctype>
|
||||
#include "path.h"
|
||||
|
||||
std::string Path::toNativeSeparators(std::string path)
|
||||
|
|
Loading…
Reference in New Issue