summaryrefslogtreecommitdiffstats
path: root/src/engine/InternalPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/InternalPlugin.hpp')
-rw-r--r--src/engine/InternalPlugin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/InternalPlugin.hpp b/src/engine/InternalPlugin.hpp
index 47d62e0e..3b285a0a 100644
--- a/src/engine/InternalPlugin.hpp
+++ b/src/engine/InternalPlugin.hpp
@@ -30,7 +30,7 @@
#include <dlfcn.h>
#include <string>
#include <iostream>
-#include <slv2/slv2.h>
+#include "slv2/slv2.h"
#include "types.hpp"
#include "PluginImpl.hpp"