Explicit include of assert.h.
authorlateralusX <lateralusx.github@gmail.com>
Mon, 24 Oct 2016 13:39:55 +0000 (15:39 +0200)
committerlateralusX <lateralusx.github@gmail.com>
Mon, 24 Oct 2016 13:39:55 +0000 (15:39 +0200)
mono/mini/mini-windows.c

index d9e44f3b6ce9649937034ded86c0e8c7f51dacfd..728583f3bf1b6c504ffbf9b82614cad8dce5d701 100644 (file)
@@ -14,6 +14,7 @@
 #include <signal.h>
 #include <math.h>
 #include <conio.h>
+#include <assert.h>
 
 #include <mono/metadata/assembly.h>
 #include <mono/metadata/loader.h>