Added missing include for Linux compile

This commit is contained in:
Alexander Bock
2015-02-17 10:45:27 +01:00
parent 64db01420c
commit a2e58f8f7c

View File

@@ -28,6 +28,7 @@
#include <ghoul/filesystem/filesystem.h>
#include <ghoul/logging/logmanager.h>
#include <cstring>
#include <iostream>
#include <fstream>
#include <string>