diff options
Diffstat (limited to 'src/common/shared_cache.hpp')
-rw-r--r-- | src/common/shared_cache.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/shared_cache.hpp b/src/common/shared_cache.hpp index 9f912df61f0..7ee80df891e 100644 --- a/src/common/shared_cache.hpp +++ b/src/common/shared_cache.hpp @@ -19,6 +19,7 @@ #include <list> #include <memory> #include <utility> + #include "common/Mutex.h" #include "common/Cond.h" |