mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-31 22:05:10 +02:00
Include assert.h since assert is used.
This commit is contained in:
parent
3af3785c00
commit
9544b5c13e
@ -6,6 +6,7 @@
|
|||||||
#include <set>
|
#include <set>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <typeinfo> //XXX this is in namespace std if you want w/o use typeinfo.h?
|
#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_fundamental.hpp>
|
||||||
#include <boost/type_traits/is_enum.hpp>
|
#include <boost/type_traits/is_enum.hpp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user