From 4a961136b74a4bf8630e42234070d9a7a874b797 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Mon, 2 Feb 2015 16:47:20 +0000 Subject: [PATCH] tests: add cstring to math_test for str funcs --- src/tests/system/libroot/posix/math/math_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/system/libroot/posix/math/math_test.cpp b/src/tests/system/libroot/posix/math/math_test.cpp index 2af85e84d3..cb5e5de188 100644 --- a/src/tests/system/libroot/posix/math/math_test.cpp +++ b/src/tests/system/libroot/posix/math/math_test.cpp @@ -9,6 +9,7 @@ #include #include #include +#include static image_id get_libroot_id()