summaryrefslogtreecommitdiffstats
path: root/raul/TableImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/TableImpl.hpp')
-rw-r--r--raul/TableImpl.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/raul/TableImpl.hpp b/raul/TableImpl.hpp
index 3c53385..e123e6e 100644
--- a/raul/TableImpl.hpp
+++ b/raul/TableImpl.hpp
@@ -18,10 +18,13 @@
#ifndef RAUL_TABLE_IMPL_HPP
#define RAUL_TABLE_IMPL_HPP
-#include <cassert>
-#include <stdexcept>
#include <algorithm>
+#include <cassert>
#include <iostream>
+#include <stdexcept>
+#include <utility>
+#include <vector>
+
#include "raul/Table.hpp"
namespace Raul {