1
0
Fork 0

Fixed a silly path error in #include.

This commit is contained in:
Mattes D 2014-06-28 18:20:46 +02:00
parent 48639ee4d2
commit 1495bba17c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include "ManualBindings.h"
#undef TOLUA_TEMPLATE_BIND
#include "tolua++/include/tolua++.h"
#include "polarssl\md5.h"
#include "polarssl/md5.h"
#include "Plugin.h"
#include "PluginLua.h"
#include "PluginManager.h"