diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-07 00:41:20 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-07 00:41:20 +0000 |
commit | b45001d7b10dd5b14d75c4afae1d59916127aaa3 (patch) | |
tree | f8b8dfa72f9edc95ed7c90e474292fd8f0f6da96 /site/custom.cpp | |
parent | Update to C++20 for constexpr virtual destructors required for new Slicer (diff) | |
download | mirrorsearch-main.tar.bz2 mirrorsearch-main.tar.xz mirrorsearch-main.zip |
Add missing includesHEADmirrorsearch-0.2.1.4main
Diffstat (limited to 'site/custom.cpp')
-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; |