summaryrefslogtreecommitdiff
path: root/gfx/gl/instanceVertices.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2026-03-15 02:11:09 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2026-03-15 02:11:09 +0000
commit97ea2885949d59854700c83d53341f7b46d5b946 (patch)
tree4b010d48b0da7a8a62fdfc61856656f1406dc4c1 /gfx/gl/instanceVertices.h
parentAvoid UB in calculating member offset (diff)
downloadilt-97ea2885949d59854700c83d53341f7b46d5b946.tar.bz2
ilt-97ea2885949d59854700c83d53341f7b46d5b946.tar.xz
ilt-97ea2885949d59854700c83d53341f7b46d5b946.zip
Add missing algorithm include
Diffstat (limited to 'gfx/gl/instanceVertices.h')
-rw-r--r--gfx/gl/instanceVertices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/gl/instanceVertices.h b/gfx/gl/instanceVertices.h
index 8d7ac4d..e2bf46e 100644
--- a/gfx/gl/instanceVertices.h
+++ b/gfx/gl/instanceVertices.h
@@ -1,6 +1,7 @@
#pragma once
#include "glAllocator.h"
+#include <algorithm>
#include <cassert>
#include <functional>
#include <special_members.h>