summaryrefslogtreecommitdiffstats
path: root/src/Store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Store.cpp')
-rw-r--r--src/Store.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/Store.cpp b/src/Store.cpp
index 0bbeea30..5d729a02 100644
--- a/src/Store.cpp
+++ b/src/Store.cpp
@@ -14,10 +14,16 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <sstream>
+#include "ingen/Store.hpp"
#include "ingen/Node.hpp"
-#include "ingen/Store.hpp"
+#include "raul/Path.hpp"
+#include "raul/Symbol.hpp"
+
+#include <cassert>
+#include <cstdint>
+#include <sstream>
+#include <string>
namespace ingen {