1
0
forked from mirrors/0ad

Add missing header in KeyName

Reported-by: @svenstaro
Ref: #7564
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser
2025-01-30 21:15:16 +01:00
parent 03ceb27e90
commit bccd3db231
+2 -1
View File
@@ -1,4 +1,4 @@
/* Copyright (C) 2021 Wildfire Games.
/* Copyright (C) 2025 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -25,6 +25,7 @@
#include "ps/CStr.h"
#include <algorithm>
#include <cstring>
#include <unordered_map>
#include <vector>