From 71576c9e7be4da4d78aba36834d7daaad4afae7e Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sat, 26 May 2012 18:01:54 +1000 Subject: [PATCH] Fix test case headers for new types.hpp --- test/checksum.cpp | 1 + test/region.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/test/checksum.cpp b/test/checksum.cpp index fd89dbcb..8c3a7dea 100644 --- a/test/checksum.cpp +++ b/test/checksum.cpp @@ -2,6 +2,7 @@ #include "adler.hpp" #include "bsdsum.hpp" #include "types.hpp" +#include "debug.hpp" #include #include diff --git a/test/region.cpp b/test/region.cpp index 25d0e861..fe45cc97 100644 --- a/test/region.cpp +++ b/test/region.cpp @@ -1,4 +1,5 @@ #include "../region.hpp" +#include "../debug.hpp" using util::region;