summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 91e65fc3de..7b5adbcbd3 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -42,6 +42,8 @@
#define VMDEBUG 3
#endif
+#include "ruby_assert.h"
+
#if VM_CHECK_MODE > 0
#define VM_ASSERT(expr) ( \
RUBY_ASSERT_WHEN(VM_CHECK_MODE > 0, expr))
@@ -61,7 +63,6 @@
#include "method.h"
#include "ruby_atomic.h"
#include "ccan/list/list.h"
-#include "ruby_assert.h"
#include "ruby/thread_native.h"
#if defined(_WIN32)