Author: AlbrechtS Date: 2010-11-06 06:13:28 -0700 (Sat, 06 Nov 2010) New Revision: 7798 Log: fixed missing header file for UTF-8 test (assert.h)
Modified: branches/branch-1.3/src/Fl_Text_Display.cxx Modified: branches/branch-1.3/src/Fl_Text_Display.cxx =================================================================== --- branches/branch-1.3/src/Fl_Text_Display.cxx 2010-11-06 00:29:58 UTC (rev 7797) +++ branches/branch-1.3/src/Fl_Text_Display.cxx 2010-11-06 13:13:28 UTC (rev 7798) @@ -41,6 +41,7 @@ #define ASSERT_UTF8 #ifdef ASSERT_UTF8 +#include <assert.h> #define IS_UTF8_ALIGNED(a) if (a && *a) assert(fl_utf8len(*(a))>0); #else #define IS_UTF8_ALIGNED(a) _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
