mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Include assert.h since assert is used.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <set>
|
||||
#include <list>
|
||||
#include <typeinfo> //XXX this is in namespace std if you want w/o use typeinfo.h?
|
||||
#include <assert.h>
|
||||
|
||||
#include <boost/type_traits/is_fundamental.hpp>
|
||||
#include <boost/type_traits/is_enum.hpp>
|
||||
|
Reference in New Issue
Block a user