Skip to content

Commit 246c9c4

Browse files
author
Julian LALU
committed
Fix MinGW compilation
1 parent 7747f5e commit 246c9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/core/string/cstring.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef HD_INC_CORE_STRING_CSTRING_H
22
#define HD_INC_CORE_STRING_CSTRING_H
33
#include "../character.h"
4-
4+
#include <stdarg.h> // va_start, va_end
55
// For is_pure_ascii check : https://quick-bench.com/q/P_adhBeQdvHLTBB8EZCtLyrPRsM
66
namespace hud
77
{

0 commit comments

Comments
 (0)