commit d3a0b906825bf233e98dce8a1ec227d38079f942 parent d76063238ff570926d1d79ec7e63ba5abf5b8d0d Author: cfillion <cfillion@users.noreply.github.com> Date: Tue, 6 Jun 2017 15:52:04 -0400 fix build on Linux Diffstat:
M | test/api.cpp | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/test/api.cpp b/test/api.cpp @@ -2,6 +2,8 @@ #include "helper/io.hpp" +#include <cstring> + #include <api.hpp> using namespace std;