aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/autoload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoload.cpp')
-rw-r--r--src/autoload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autoload.cpp b/src/autoload.cpp
index 56292fc6..9ccd304c 100644
--- a/src/autoload.cpp
+++ b/src/autoload.cpp
@@ -4,13 +4,13 @@
#include <assert.h>
#include <errno.h>
#include <pthread.h>
-#include <stdbool.h>
#include <stddef.h>
#include <sys/stat.h>
#include <time.h>
#include <unistd.h>
#include <wchar.h>
#include <algorithm>
+#include <memory>
#include <set>
#include <string>
#include <utility>