From e14ab1e03bf40e5f63329f8ed26b3f11cc15fb0a Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Thu, 4 Oct 2012 14:52:34 +0200 Subject: Replace #include statements with forward declarations in converter.h. --- tests/client/convertertest.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/client/convertertest.cpp b/tests/client/convertertest.cpp index 496b62a..72b6a87 100644 --- a/tests/client/convertertest.cpp +++ b/tests/client/convertertest.cpp @@ -17,6 +17,10 @@ * Renato Araujo Oliveira Filho */ +extern "C" { +#include +} + #include "converter.h" #include -- cgit v1.2.3