From 63e1b64fc330a1682aefd05307962381e512f858 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 8 Dec 2014 02:38:01 +0100 Subject: added first unit test for the Buffer class --- src/core/utils/CharReader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/utils/CharReader.cpp') diff --git a/src/core/utils/CharReader.cpp b/src/core/utils/CharReader.cpp index 6407907..84f562d 100644 --- a/src/core/utils/CharReader.cpp +++ b/src/core/utils/CharReader.cpp @@ -18,7 +18,7 @@ #include -#include "Buffer.hpp" +#include "CharReader.hpp" namespace ousia { namespace utils { -- cgit v1.2.3