aboutsummaryrefslogtreecommitdiff
path: root/src/core/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/options.h')
-rw-r--r--src/core/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/options.h b/src/core/options.h
index 8aa7fce7..71fa4d36 100644
--- a/src/core/options.h
+++ b/src/core/options.h
@@ -12,6 +12,8 @@
#ifndef CORE_OPTIONS_H
#define CORE_OPTIONS_H
+#include "defs.h"
+
// Integer limits.
#define NNI_MAXINT (2147483647)
// the -1 trick works around a compiler warning on some compilers (MSVC)