diff options
Diffstat (limited to 'src/shared/Store.hpp')
-rw-r--r-- | src/shared/Store.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/Store.hpp b/src/shared/Store.hpp index 997305a1..cc78e946 100644 --- a/src/shared/Store.hpp +++ b/src/shared/Store.hpp @@ -19,8 +19,11 @@ #define INGEN_SHARED_STORE_HPP #include <string> + #include <glibmm/thread.h> + #include "raul/PathTable.hpp" + #include "ingen/GraphObject.hpp" namespace Ingen { |