Fixed compile error when python support is disabled...

...which was caused by missing header.
This commit is contained in:
Sergey Popov 2008-11-10 17:36:43 +00:00
parent 218f5c1737
commit 35a6ac12cb

View file

@ -35,6 +35,7 @@
#include "statistics.hpp"
#include "unit_display.hpp"
#include "wml_exception.hpp"
#include "menu_events.hpp"
#include <fstream>