Add missing include for Windows builds

This commit is contained in:
Robert Knight 2011-08-31 15:52:14 +01:00
parent f16b6e9933
commit 7cd04905df

View file

@ -1,5 +1,6 @@
#include "StandardDirs.h"
#include "FileUtils.h"
#include "StringUtils.h"
#ifdef PLATFORM_UNIX