summaryrefslogtreecommitdiff
path: root/project2/common/library.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/library.cpp')
-rw-r--r--project2/common/library.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/common/library.cpp b/project2/common/library.cpp
index 911d428..2794d3b 100644
--- a/project2/common/library.cpp
+++ b/project2/common/library.cpp
@@ -4,6 +4,7 @@
#include "exceptions.h"
#include "scripts.h"
#include "library.h"
+#include "variables.h"
SimpleMessageException(LoadLibraryFailed);
SimpleMessageException(UnloadLibraryFailed);