JANITORIAL: Add in necessary include files to fix compilation in MSVC

This commit is contained in:
Paul Gilbert 2011-04-28 22:32:12 +10:00
parent 0c0dde62b9
commit c6fa23a3d1
3 changed files with 5 additions and 0 deletions

View file

@ -35,6 +35,7 @@
#include "common/config-manager.h"
#include "common/events.h"
#include "common/file.h"
#include "common/system.h"
#include "common/str.h"
#include "common/error.h"