diff options
Diffstat (limited to 'raul/TableImpl.hpp')
-rw-r--r-- | raul/TableImpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/TableImpl.hpp b/raul/TableImpl.hpp index e8053c5..c314022 100644 --- a/raul/TableImpl.hpp +++ b/raul/TableImpl.hpp @@ -22,7 +22,7 @@ #include <stdexcept> #include <algorithm> #include <iostream> -#include <raul/Table.hpp> +#include "raul/Table.hpp" namespace Raul { |