1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Possibly fixed compiling on gcc.

This commit is contained in:
Michał W. Urbańczyk
2009-03-15 12:53:58 +00:00
parent 82f4c09687
commit f33d3894bd
4 changed files with 104 additions and 104 deletions

View File

@ -28,7 +28,7 @@
#undef DLL_EXPORT
#define DLL_EXPORT
#include "../lib/RegisterTypes.h"
#include "../lib/RegisterTypes.cpp"
extern std::string NAME;
namespace intpr = boost::interprocess;