summaryrefslogtreecommitdiff
path: root/src/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script.h')
-rw-r--r--src/script.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/script.h b/src/script.h
index 4a003611..d58ea9a1 100644
--- a/src/script.h
+++ b/src/script.h
@@ -24,6 +24,8 @@
#ifndef SCRIPT_H
#define SCRIPT_H
+#ifdef SCRIPT_SUPPORT
+
#include <iostream>
/*
@@ -65,3 +67,5 @@ class Script
extern Script *script; // Global script (temporary?
#endif
+
+#endif