diff options
-rw-r--r-- | site/custom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/custom.cpp b/site/custom.cpp index 00dcb6a..c86026e 100644 --- a/site/custom.cpp +++ b/site/custom.cpp @@ -1,4 +1,6 @@ #include "icespider-routes-search.h" +#include <core.h> +#include <irouteHandler.h> namespace MirrorSearch { using namespace std::literals; |