Backport Mac OS X build fix

This commit is contained in:
Ilari Liusvaara 2013-05-13 20:05:21 +03:00
parent 059f1f37d7
commit 2c89ce8f60
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
#define _scrollbar__hpp__defined__
#include <wx/scrolbar.h>
#include <functional>
class scroll_bar : public wxScrollBar
{

View file

@ -3,6 +3,7 @@
#include "library/utf8.hpp"
#include <wx/dc.h>
#include <wx/dcclient.h>
#include <wx/image.h>
extern const uint32_t text_framebuffer::element::white = 0xFFFFFF;
extern const uint32_t text_framebuffer::element::black = 0x000000;