From ca7766b4e51b97913b074ddbc2ba2e7730068c7f Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Wed, 5 Jan 2005 07:28:04 +0000 Subject: [PATCH] Compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/fileconf/fileconftest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fileconf/fileconftest.cpp b/tests/fileconf/fileconftest.cpp index 587b980f5d..c26cf1428f 100644 --- a/tests/fileconf/fileconftest.cpp +++ b/tests/fileconf/fileconftest.cpp @@ -24,6 +24,7 @@ #include "wx/fileconf.h" #include "wx/sstream.h" +#include "wx/log.h" static const wxChar *testconfig = _T("[root]\n") -- 2.50.0