From 416883b35467d72d500858a088920fc65bb0b033 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 11 Apr 2017 19:08:13 -0500 Subject: [PATCH] Add explicit include to byteswap test --- src/ox/std/test/byteswap_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ox/std/test/byteswap_test.cpp b/src/ox/std/test/byteswap_test.cpp index 096739f2a..6bad03536 100644 --- a/src/ox/std/test/byteswap_test.cpp +++ b/src/ox/std/test/byteswap_test.cpp @@ -6,6 +6,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include +#include #include using namespace std;