diff options
Diffstat (limited to 'project2/common/library.cpp')
-rw-r--r-- | project2/common/library.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/library.cpp b/project2/common/library.cpp index 0c4fa7b..f7cc51c 100644 --- a/project2/common/library.cpp +++ b/project2/common/library.cpp @@ -1,6 +1,6 @@ #include <pch.hpp> #include <dlfcn.h> -#include "xmlStorage.h" +#include "scriptStorage.h" #include "exceptions.h" #include "scripts.h" #include "library.h" |