Solve Mac 10.10.5 fluid build errors (#1245)
This commit is contained in:
parent
61f132845b
commit
70a104131a
@ -14,6 +14,7 @@
|
||||
// https://www.fltk.org/bugs.php
|
||||
//
|
||||
|
||||
#include <errno.h> // strerror(errno)
|
||||
#include "Project.h"
|
||||
|
||||
#include "io/String_Writer.h"
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
//
|
||||
// https://www.fltk.org/bugs.php
|
||||
//
|
||||
|
||||
#include <errno.h> // strerror(errno)
|
||||
#include "app/templates.h"
|
||||
|
||||
#include "Fluid.h"
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0500
|
||||
|
||||
#include <stdlib.h> // malloc()
|
||||
#include "codeview_panel.h"
|
||||
#include "Fluid.h"
|
||||
#include "Project.h"
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0500
|
||||
|
||||
#include <stdlib.h> // free()
|
||||
#include "widget_panel.h"
|
||||
#include "Fluid.h"
|
||||
#include "app/Snap_Action.h"
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
// Include necessary headers...
|
||||
//
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "widgets/Code_Editor.h"
|
||||
|
||||
using namespace fld;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user