Merge pull request #3810 from lateralusX/jlorenss/add_missing_assert_include
authorJohan Lorensson <lateralusx.github@gmail.com>
Mon, 24 Oct 2016 14:09:59 +0000 (16:09 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Oct 2016 14:09:59 +0000 (16:09 +0200)
Explicit include of assert.h.

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>