From afd07b56212c2e3a8b8374f0a182b03ea9a344d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 29 Apr 2017 21:53:36 +0200 Subject: [PATCH] KPathTest: Fixed build with gcc 5. --- src/tests/system/kernel/fs/KPathTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/system/kernel/fs/KPathTest.cpp b/src/tests/system/kernel/fs/KPathTest.cpp index dfb788bac8..3108478cc5 100644 --- a/src/tests/system/kernel/fs/KPathTest.cpp +++ b/src/tests/system/kernel/fs/KPathTest.cpp @@ -6,6 +6,8 @@ #include "KPathTest.h" +#include + #include #include