summaryrefslogtreecommitdiff
path: root/fluid/Fl_Type.h
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-03-20 21:39:28 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-03-21 00:42:28 +0100
commit41266df7ae51f179f4a80f67a2eba896ba1fd7b2 (patch)
tree52103dcc63cd91c58b6f599ca7595b254549b3cb /fluid/Fl_Type.h
parentbd52db0b952d35ce793153e4a0c0b25f102a4395 (diff)
Remove unnecessary system includes from public headers
Add includes of system headers in the implementation files where necessary.
Diffstat (limited to 'fluid/Fl_Type.h')
-rw-r--r--fluid/Fl_Type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index 7b008f092..a6e030674 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -29,6 +29,7 @@
#include "Fluid_Image.h"
#include <FL/fl_draw.H>
#include <stdarg.h>
+#include <stdlib.h>
#ifdef _WIN32
#include "ExternalCodeEditor_WIN32.h"