From 97cc7f368f3565cd629ead238bdbdc5f318be4e5 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 12 Mar 2024 18:56:41 -0500 Subject: [PATCH] policy_cache.hpp --- src/policy_cache.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/policy_cache.hpp b/src/policy_cache.hpp index 8a3dc54c..1b2c01c2 100644 --- a/src/policy_cache.hpp +++ b/src/policy_cache.hpp @@ -21,6 +21,7 @@ #include "nonstd/optional.hpp" #include "boost/unordered/concurrent_flat_map.hpp" #include "boost/flyweight/flyweight.hpp" +#include "boost/flyweight/no_tracking.hpp" #include "wyhash.h" #include "fmt/core.h"