From 851d1278f52e7e944511d8eb78418add93b24adb Mon Sep 17 00:00:00 2001 From: nojhan Date: Wed, 9 May 2012 11:45:56 +0200 Subject: [PATCH] missing assert.h header in eoState --- eo/src/utils/eoState.h | 1 + 1 file changed, 1 insertion(+) diff --git a/eo/src/utils/eoState.h b/eo/src/utils/eoState.h index 1655e2e2..256dcd96 100644 --- a/eo/src/utils/eoState.h +++ b/eo/src/utils/eoState.h @@ -31,6 +31,7 @@ #include #include #include +#include #include