diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-28 16:53:57 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-28 16:53:57 +0000 |
commit | 04946e0b64e5bafcfb01cca515f5abc34386e15c (patch) | |
tree | 441a2131af5bd1ead38e8eceb39d0def2ba6b2e7 /game/network/rail.cpp | |
parent | No global static for factory map (diff) | |
download | ilt-04946e0b64e5bafcfb01cca515f5abc34386e15c.tar.bz2 ilt-04946e0b64e5bafcfb01cca515f5abc34386e15c.tar.xz ilt-04946e0b64e5bafcfb01cca515f5abc34386e15c.zip |
Fix up all remaining warnings
Diffstat (limited to 'game/network/rail.cpp')
-rw-r--r-- | game/network/rail.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/network/rail.cpp b/game/network/rail.cpp index 46f11d6..d7f95a8 100644 --- a/game/network/rail.cpp +++ b/game/network/rail.cpp @@ -3,10 +3,12 @@ #include <GL/glew.h> #include <array> #include <collection.hpp> +#include <cstddef> #include <game/network/link.h> #include <game/network/network.impl.h> // IWYU pragma: keep #include <gfx/models/vertex.hpp> #include <glm/gtx/transform.hpp> +#include <initializer_list> #include <maths.h> #include <stdexcept> #include <utility> |