Skip to content

Commit

Permalink
Fix build with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Nov 30, 2024
1 parent fdd41e0 commit c836d12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#define __XTD_DRAWING_NATIVE_LIBRARY__
#include <xtd/drawing/native/toolkit>
#include <xtd/drawing/native/toolkit.hpp>
#undef __XTD_DRAWING_NATIVE_LIBRARY__
#define __XTD_FORMS_NATIVE_LIBRARY__
#include <xtd/forms/native/toolkit>
#include <xtd/forms/native/toolkit.hpp>
#undef __XTD_FORMS_NATIVE_LIBRARY__
#include <xtd/environment>

Expand Down

0 comments on commit c836d12

Please sign in to comment.