Added cassert

This commit is contained in:
Artur Meski
2019-09-22 13:31:49 +01:00
parent f91fce4c34
commit 62da2de88c

View File

@@ -11,6 +11,8 @@
#include "types.hh" #include "types.hh"
#include <cassert>
/* For state constraints: */ /* For state constraints: */
#define STC_PV 80 #define STC_PV 80
#define STC_AND 81 #define STC_AND 81