1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-07 21:56:31 +00:00
openmw-tes3mp/components/openmw-mp
Sergei Trofimovich 7921f71a79 Fix gcc-13 build failures: missing <cstdint> includes
Without the change build fails on `gcc-13` as:

    In file included from /build/source/components/misc/stringops.hpp:8,
                     from /build/source/components/settings/settings.cpp:6:
    /build/source/components/misc/utf8stream.hpp:11:13: error: 'uint32_t' does not name a type
       11 |     typedef uint32_t UnicodeChar;
          |             ^~~~~~~~
    /build/source/components/misc/utf8stream.hpp:5:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
        4 | #include <cstring>
      +++ |+#include <cstdint>
2024-02-10 17:27:29 +00:00
..
Base [General] Synchronize origin and orientation for non-magical projectiles 2022-05-01 21:59:17 +03:00
Controllers [General] Implement PlayerCooldowns packet 2021-07-10 22:15:19 +02:00
Master [General] Increase maxPlugins to 1000 2022-02-12 00:12:22 +02:00
Packets [General] Synchronize origin and orientation for non-magical projectiles 2022-05-01 21:59:17 +03:00
ErrorMessages.hpp [General] Move credits integrity error message to new ErrorMessages file 2018-07-16 03:21:14 +03:00
NetworkMessages.hpp [General] Implement PlayerCooldowns packet 2021-07-10 22:15:19 +02:00
TimedLog.cpp [General] Remove 'using namespace std' from multiplayer components 2021-03-21 00:07:12 +02:00
TimedLog.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
Utils.cpp [General] Remove 'using namespace std' from multiplayer components 2021-03-21 00:07:12 +02:00
Utils.hpp Fix gcc-13 build failures: missing <cstdint> includes 2024-02-10 17:27:29 +00:00
Version.hpp [General] Change version to 0.8.1 2022-05-01 00:31:30 +03:00