diff options
Diffstat (limited to 'raul/Table.hpp')
-rw-r--r-- | raul/Table.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/raul/Table.hpp b/raul/Table.hpp index 177b2d9..79817ed 100644 --- a/raul/Table.hpp +++ b/raul/Table.hpp @@ -18,10 +18,13 @@ #ifndef RAUL_TABLE_HPP #define RAUL_TABLE_HPP -#include <vector> #include <algorithm> +#include <utility> +#include <vector> + #include <boost/utility.hpp> -#include "SharedPtr.hpp" + +#include "raul/SharedPtr.hpp" //#define TABLE_SORT_DEBUG |