diff options
Diffstat (limited to 'fluid/panels')
| -rw-r--r-- | fluid/panels/codeview_panel.cxx | 1 | ||||
| -rw-r--r-- | fluid/panels/widget_panel.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/fluid/panels/codeview_panel.cxx b/fluid/panels/codeview_panel.cxx index 745ad0ad1..579e4e622 100644 --- a/fluid/panels/codeview_panel.cxx +++ b/fluid/panels/codeview_panel.cxx @@ -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" diff --git a/fluid/panels/widget_panel.cxx b/fluid/panels/widget_panel.cxx index 61b480f36..29d75f01b 100644 --- a/fluid/panels/widget_panel.cxx +++ b/fluid/panels/widget_panel.cxx @@ -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" |
