From 6511994a533c422eb7ccf4a5e32671d6890a5ec2 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Thu, 6 Dec 2018 15:46:07 +0100 Subject: [PATCH] include voor travis, does not fail locally? --- test/spritetest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/spritetest.cpp b/test/spritetest.cpp index 195cd78..7fcd743 100644 --- a/test/spritetest.cpp +++ b/test/spritetest.cpp @@ -3,6 +3,8 @@ #include #include "gtest/gtest.h" +#include + const u32 kul_data [] = { 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x02, 0x02, 0x02, 0x02,