forked from pool/MyGUI
96430ce5c3
- Add mygui-add-missing-include.patch: Add missing include exposed by gcc 13. OBS-URL: https://build.opensuse.org/request/show/1083028 OBS-URL: https://build.opensuse.org/package/show/games/MyGUI?expand=0&rev=28
13 lines
388 B
Diff
13 lines
388 B
Diff
Index: mygui-MyGUI3.4.1/MyGUIEngine/include/MyGUI_Types.h
|
|
===================================================================
|
|
--- mygui-MyGUI3.4.1.orig/MyGUIEngine/include/MyGUI_Types.h
|
|
+++ mygui-MyGUI3.4.1/MyGUIEngine/include/MyGUI_Types.h
|
|
@@ -12,6 +12,7 @@
|
|
#include <vector>
|
|
#include <map>
|
|
#include <string>
|
|
+#include <cstdint>
|
|
|
|
#include "MyGUI_Align.h"
|
|
#include "MyGUI_TPoint.h"
|