summaryrefslogtreecommitdiff
path: root/src/buildtool/storage/target_cache.tpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/storage/target_cache.tpp')
-rw-r--r--src/buildtool/storage/target_cache.tpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buildtool/storage/target_cache.tpp b/src/buildtool/storage/target_cache.tpp
index 10e1784f..7579d562 100644
--- a/src/buildtool/storage/target_cache.tpp
+++ b/src/buildtool/storage/target_cache.tpp
@@ -15,7 +15,11 @@
#ifndef INCLUDED_SRC_BUILDTOOL_STORAGE_TARGET_CACHE_TPP
#define INCLUDED_SRC_BUILDTOOL_STORAGE_TARGET_CACHE_TPP
+#include <exception>
+
+#include "nlohmann/json.hpp"
#include "src/buildtool/logging/log_level.hpp"
+#include "src/buildtool/storage/garbage_collector.hpp"
#include "src/buildtool/storage/target_cache.hpp"
template <bool kDoGlobalUplink>