Fixed missing include

This commit is contained in:
PKEuS 2012-01-06 18:11:06 +01:00
parent de4a64332e
commit 8378153669
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@
#include <cstring>
#include <string>
#include <cctype>
#include <sstream>
#include "filelister.h"
#include "path.h"

View File

@ -20,6 +20,7 @@
#include <vector>
#include <sstream>
#include <cstring>
#include <cctype>
#include "path.h"
std::string Path::toNativeSeparators(std::string path)