diff options
Diffstat (limited to 'src/buildtool/storage/target_cache.hpp')
-rw-r--r-- | src/buildtool/storage/target_cache.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/storage/target_cache.hpp b/src/buildtool/storage/target_cache.hpp index 81750bf0..cfd8534e 100644 --- a/src/buildtool/storage/target_cache.hpp +++ b/src/buildtool/storage/target_cache.hpp @@ -159,6 +159,7 @@ using ActiveTargetCache = TargetCache<false>; using ActiveTargetCache = TargetCache<true>; #endif // BOOTSTRAP_BUILD_TOOL +// NOLINTNEXTLINE(misc-header-include-cycle) #include "src/buildtool/storage/target_cache.tpp" namespace std { |