Skip to content

Commit

Permalink
Clang 19 can now build TGUI as a module on Linux (Clang 18 could only…
Browse files Browse the repository at this point in the history
… do it on Windows)
  • Loading branch information
texus committed Sep 24, 2024
1 parent 1885e14 commit 926f500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui-builder/include/GuiBuilder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <cassert>
#if !TGUI_EXPERIMENTAL_USE_STD_MODULE
#include <functional>
#include <algorithm>
#include <iostream>
#include <fstream>
#include <sstream>
Expand Down
3 changes: 3 additions & 0 deletions tests/BackendEvents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
#if TGUI_HAS_WINDOW_BACKEND_GLFW
import tgui.backend.window.glfw;
#endif
#if TGUI_HAS_WINDOW_BACKEND_RAYLIB
import tgui.backend.window.raylib;
#endif
#else
#if TGUI_HAS_WINDOW_BACKEND_SFML
#include <TGUI/Backend/Window/SFML/BackendGuiSFML.hpp>
Expand Down

0 comments on commit 926f500

Please sign in to comment.