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:
@@ -11,6 +11,8 @@
|
|||||||
#ifndef _WX_HTMLLBOX_H_
|
#ifndef _WX_HTMLLBOX_H_
|
||||||
#define _WX_HTMLLBOX_H_
|
#define _WX_HTMLLBOX_H_
|
||||||
|
|
||||||
|
#include "wx/defs.h"
|
||||||
|
|
||||||
#if wxUSE_HTML
|
#if wxUSE_HTML
|
||||||
|
|
||||||
#include "wx/vlbox.h" // base class
|
#include "wx/vlbox.h" // base class
|
||||||
|
Reference in New Issue
Block a user