From c679622010394100b221e6fd45bb9948e7d2ca5a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 6 Dec 2023 21:43:07 -0800 Subject: Add missing include for examples to have a UTF-8 main --- examples/alconvolve.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/alconvolve.c') diff --git a/examples/alconvolve.c b/examples/alconvolve.c index 8580d443..8198409c 100644 --- a/examples/alconvolve.c +++ b/examples/alconvolve.c @@ -38,6 +38,8 @@ #include "common/alhelpers.h" +#include "win_main_utf8.h" + #ifndef AL_SOFT_convolution_effect #define AL_SOFT_convolution_effect -- cgit v1.2.3