FLTK logo

[master] 8178d00 - Missing include for FL_DEPRECATED

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 8178d00 - Missing include for FL_DEPRECATED "Matthias Melcher" Feb 02, 2023  
 
commit 8178d005de4d19243b89edca8f4b9c526ea8dfe0
Author:     Matthias Melcher <github@matthiasm.com>
AuthorDate: Thu Feb 2 23:12:59 2023 +0100
Commit:     Matthias Melcher <github@matthiasm.com>
CommitDate: Thu Feb 2 23:13:40 2023 +0100

    Missing include for FL_DEPRECATED

 FL/Fl_Text_Buffer.H | 1 +
 1 file changed, 1 insertion(+)

diff --git FL/Fl_Text_Buffer.H FL/Fl_Text_Buffer.H
index b4e65f8..26eece3 100644
--- FL/Fl_Text_Buffer.H
+++ FL/Fl_Text_Buffer.H
@@ -23,6 +23,7 @@
 #define FL_TEXT_BUFFER_H
 
 #include <stdarg.h>     /* va_list */
+#include <FL/fl_attr.h>
 
 #undef ASSERT_UTF8
 
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.