From fcdc7f1212f2b1cc44375f2764d2752dd257a40d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 3 Mar 2016 00:07:17 +0000 Subject: Made Pico/SDL setup compile and run some minimal code. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/hello.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/hello.cxx b/test/hello.cxx index ac1565996..76d8c2c2c 100644 --- a/test/hello.cxx +++ b/test/hello.cxx @@ -20,7 +20,11 @@ #include #include + +#include + int main(int argc, char **argv) { + Fl_Window *window = new Fl_Window(340,180); Fl_Box *box = new Fl_Box(20,40,300,100,"Hello, World!"); box->box(FL_UP_BOX); -- cgit v1.2.3