mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 20:06:18 +08:00
Solve Mac 10.10.5 fluid build errors (#1245)
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
// https://www.fltk.org/bugs.php
|
// https://www.fltk.org/bugs.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include <errno.h> // strerror(errno)
|
||||||
#include "Project.h"
|
#include "Project.h"
|
||||||
|
|
||||||
#include "io/String_Writer.h"
|
#include "io/String_Writer.h"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
//
|
//
|
||||||
// https://www.fltk.org/bugs.php
|
// https://www.fltk.org/bugs.php
|
||||||
//
|
//
|
||||||
|
#include <errno.h> // strerror(errno)
|
||||||
#include "app/templates.h"
|
#include "app/templates.h"
|
||||||
|
|
||||||
#include "Fluid.h"
|
#include "Fluid.h"
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
// generated by Fast Light User Interface Designer (fluid) version 1.0500
|
// generated by Fast Light User Interface Designer (fluid) version 1.0500
|
||||||
|
|
||||||
|
#include <stdlib.h> // malloc()
|
||||||
#include "codeview_panel.h"
|
#include "codeview_panel.h"
|
||||||
#include "Fluid.h"
|
#include "Fluid.h"
|
||||||
#include "Project.h"
|
#include "Project.h"
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
// generated by Fast Light User Interface Designer (fluid) version 1.0500
|
// generated by Fast Light User Interface Designer (fluid) version 1.0500
|
||||||
|
|
||||||
|
#include <stdlib.h> // free()
|
||||||
#include "widget_panel.h"
|
#include "widget_panel.h"
|
||||||
#include "Fluid.h"
|
#include "Fluid.h"
|
||||||
#include "app/Snap_Action.h"
|
#include "app/Snap_Action.h"
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
// Include necessary headers...
|
// Include necessary headers...
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include "widgets/Code_Editor.h"
|
#include "widgets/Code_Editor.h"
|
||||||
|
|
||||||
using namespace fld;
|
using namespace fld;
|
||||||
|
|||||||
Reference in New Issue
Block a user