summaryrefslogtreecommitdiffstats
path: root/test/table_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/table_test.cpp')
-rw-r--r--test/table_test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/table_test.cpp b/test/table_test.cpp
index 70ab5b1..f372d7c 100644
--- a/test/table_test.cpp
+++ b/test/table_test.cpp
@@ -14,12 +14,13 @@
along with Raul. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <string>
+#include <cstring>
#include <iostream>
-#include <utility>
#include <map>
#include <set>
+#include <string>
#include <sys/time.h>
+#include <utility>
#include "raul/log.hpp"
#include "raul/PathTable.hpp"