summaryrefslogtreecommitdiff
path: root/src/buildtool/storage/target_cache_entry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/storage/target_cache_entry.hpp')
-rw-r--r--src/buildtool/storage/target_cache_entry.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtool/storage/target_cache_entry.hpp b/src/buildtool/storage/target_cache_entry.hpp
index b2002f80..dadbb080 100644
--- a/src/buildtool/storage/target_cache_entry.hpp
+++ b/src/buildtool/storage/target_cache_entry.hpp
@@ -20,7 +20,6 @@
#include <utility>
#include <vector>
-#include <gsl-lite/gsl-lite.hpp>
#include <nlohmann/json.hpp>
#include "src/buildtool/build_engine/analysed_target/analysed_target.hpp"
@@ -28,6 +27,8 @@
#include "src/buildtool/common/artifact.hpp"
#include "src/buildtool/common/artifact_description.hpp"
+#include <gsl/gsl>
+
// Entry for target cache. Created from target, contains TargetResult.
class TargetCacheEntry {
public: