From e5d305f9e795f0219c69f93a7470165b9431bf50 Mon Sep 17 00:00:00 2001 From: Brian Callahan Date: Sun, 25 Jun 2017 15:56:08 -0400 Subject: [PATCH] Use cstdarg instead of stdarg.h --- src/openrct2/core/String.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/core/String.hpp b/src/openrct2/core/String.hpp index 496a1f4c82..97d43173df 100644 --- a/src/openrct2/core/String.hpp +++ b/src/openrct2/core/String.hpp @@ -16,7 +16,7 @@ #pragma once -#include +#include #include #include #include "../common.h"