aboutsummaryrefslogtreecommitdiff
path: root/src/num_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/num_impl.h')
-rw-r--r--src/num_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/num_impl.h b/src/num_impl.h
index f73d3ceea8..0b0e3a072a 100644
--- a/src/num_impl.h
+++ b/src/num_impl.h
@@ -15,6 +15,8 @@
#if defined(USE_NUM_GMP)
#include "num_gmp_impl.h"
+#elif defined(USE_NUM_NONE)
+/* Nothing. */
#else
#error "Please select num implementation"
#endif