diff options
Diffstat (limited to 'src/common/sharedptr_registry.hpp')
-rw-r--r-- | src/common/sharedptr_registry.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sharedptr_registry.hpp b/src/common/sharedptr_registry.hpp index bd0c656024d..ee7cdad2785 100644 --- a/src/common/sharedptr_registry.hpp +++ b/src/common/sharedptr_registry.hpp @@ -17,6 +17,7 @@ #include <map> #include <memory> + #include "common/Mutex.h" #include "common/Cond.h" |