From 75cd9288330fc5114eca28e1a12e118423df8439 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 16 Mar 2002 13:49:40 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/treectrl/treetest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/treectrl/treetest.cpp b/samples/treectrl/treetest.cpp index b6474eaea3..1ab4423aa8 100644 --- a/samples/treectrl/treetest.cpp +++ b/samples/treectrl/treetest.cpp @@ -23,10 +23,10 @@ #ifndef WX_PRECOMP #include "wx/wx.h" - #include "wx/colordlg.h" + #include "wx/log.h" #endif -#include "wx/log.h" +#include "wx/colordlg.h" #include "wx/image.h" #include "wx/imaglist.h" -- 2.45.2