From bccd3db231ebf3d163f05c1996e48d2448acdbbe Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Thu, 30 Jan 2025 21:15:16 +0100 Subject: [PATCH] Add missing header in KeyName Reported-by: @svenstaro Ref: #7564 Signed-off-by: Ralph Sennhauser --- source/ps/KeyName.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/ps/KeyName.cpp b/source/ps/KeyName.cpp index 7abd91841c..1cfa06c15d 100644 --- a/source/ps/KeyName.cpp +++ b/source/ps/KeyName.cpp @@ -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 +#include #include #include