mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
ci(build): support Ubuntu 26.04 (#25836)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
2
deps/g3dlite/include/G3D/platform.h
vendored
2
deps/g3dlite/include/G3D/platform.h
vendored
@@ -360,7 +360,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw) {\
|
||||
|
||||
// Bring in shared_ptr and weak_ptr
|
||||
#if (defined(__GNUC__) && defined(__APPLE__)) || defined(__linux__)
|
||||
#include <ciso646> // Defines _LIBCC_VERSION if linking against libc++ or does nothing
|
||||
#include <version> // Defines _LIBCC_VERSION if linking against libc++ or does nothing
|
||||
#endif
|
||||
#if (!defined(_LIBCPP_VERSION) && defined(__APPLE__)) || (!defined(_LIBCPP_VERSION) && defined(__linux__))
|
||||
# include <tr1/memory>
|
||||
|
||||
Reference in New Issue
Block a user