mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fix library inclusion
This commit is contained in:
parent
ac66ff803d
commit
ce58e00242
@ -14,9 +14,13 @@
|
|||||||
#include "ewm.h"
|
#include "ewm.h"
|
||||||
|
|
||||||
#include <fltk/file_chooser.h>
|
#include <fltk/file_chooser.h>
|
||||||
|
#include <fltk/ColorChooser.h>
|
||||||
#include <fltk/run.h>
|
#include <fltk/run.h>
|
||||||
#include <fltk/ask.h>
|
#include <fltk/ask.h>
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "../edelib2/NLS.h"
|
#include "../edelib2/NLS.h"
|
||||||
|
|
||||||
fltk::Button* titlebarLabelColorButton;
|
fltk::Button* titlebarLabelColorButton;
|
||||||
|
Loading…
Reference in New Issue
Block a user