diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 22:05:41 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 22:05:41 +0500 |
| commit | 57860e277f2298ad6c0830b1492087cfa124c862 (patch) | |
| tree | 50e9a7082c4143483fe01afc83293fb4ecbb4c22 /fluid/widgets/Code_Editor.cxx | |
| parent | dc39575fb3ef90e5a2689babe7fb335cd88f6727 (diff) | |
wip
Diffstat (limited to 'fluid/widgets/Code_Editor.cxx')
| -rw-r--r-- | fluid/widgets/Code_Editor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/widgets/Code_Editor.cxx b/fluid/widgets/Code_Editor.cxx index 216ffab8f..aa7c28751 100644 --- a/fluid/widgets/Code_Editor.cxx +++ b/fluid/widgets/Code_Editor.cxx @@ -21,6 +21,7 @@ // #include <stdlib.h> +#include <ctype.h> #include "widgets/Code_Editor.h" using namespace fld; |
