summaryrefslogtreecommitdiff
path: root/src/search.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-05 20:05:46 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-05 20:05:46 +0100
commit129d8d9a5922eb3d4df9320418fb98dfbbadc053 (patch)
tree47422dcb5536ebc0c0ba62907aab9c2daa9c10f8 /src/search.cpp
parentf3401ce1532938fec63d22095ca8b14affcfdce3 (diff)
save previous search query to config and load on startup
Diffstat (limited to 'src/search.cpp')
-rw-r--r--src/search.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search.cpp b/src/search.cpp
index 93cb9e9..b48b04d 100644
--- a/src/search.cpp
+++ b/src/search.cpp
@@ -1,5 +1,6 @@
#include "search.h"
#include "platform.h"
+#include "config.h"
#include <stdio.h>