// Purpose: implementation of wxEditableListBox XRC handler
// Author: Vadim Zeitlin
// Created: 2009-06-04
-// RCS-ID: $Id$
// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#include "wx/editlbox.h"
#include "wx/xrc/xh_editlbox.h"
+#include "wx/xml/xml.h"
+
// ----------------------------------------------------------------------------
// constants
// ----------------------------------------------------------------------------