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:
parent
f0cf9401b0
commit
8a81391cf4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user