1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Lacking VCMI library include (VLC not found).

This commit is contained in:
red1939
2009-10-22 17:50:37 +00:00
parent 20c4fbd25c
commit 142ec8e11a

View File

@@ -25,6 +25,7 @@
#include <boost/thread.hpp> #include <boost/thread.hpp>
#include <sstream> #include <sstream>
#include "CPreGame.h" #include "CPreGame.h"
#include "../lib/VCMI_Lib.h"
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma warning (disable : 4355) #pragma warning (disable : 4355)