Make wx/htmllbox.h self-contained again

Fix problem with wxUSE_HTML added in 05cce8d89d (Add wxUSE_HTML check to
wxHtmlListBox header, 2020-05-28) not being defined when this header is
the first one to be included.
This commit is contained in:
Vadim Zeitlin 2020-07-20 21:09:43 +02:00
parent f0cf9401b0
commit 8a81391cf4

View File

@ -11,6 +11,8 @@
#ifndef _WX_HTMLLBOX_H_
#define _WX_HTMLLBOX_H_
#include "wx/defs.h"
#if wxUSE_HTML
#include "wx/vlbox.h" // base class