Solve Mac 10.10.5 fluid build errors (#1245)

This commit is contained in:
Greg Ercolano 2025-04-05 14:53:24 -07:00
parent 61f132845b
commit 70a104131a
5 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,7 @@
// https://www.fltk.org/bugs.php
//
#include <errno.h> // strerror(errno)
#include "Project.h"
#include "io/String_Writer.h"

View File

@ -13,7 +13,7 @@
//
// https://www.fltk.org/bugs.php
//
#include <errno.h> // strerror(errno)
#include "app/templates.h"
#include "Fluid.h"

View File

@ -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"

View File

@ -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"

View File

@ -20,6 +20,7 @@
// Include necessary headers...
//
#include <stdlib.h>
#include "widgets/Code_Editor.h"
using namespace fld;