From 02d7fbfa0c3a24457b199688f9e6672ea253be14 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 13 Apr 2020 23:19:11 -0700 Subject: Use standard attribute declarations --- alc/backends/winmm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'alc/backends/winmm.cpp') diff --git a/alc/backends/winmm.cpp b/alc/backends/winmm.cpp index d85b611d..ec382522 100644 --- a/alc/backends/winmm.cpp +++ b/alc/backends/winmm.cpp @@ -40,10 +40,11 @@ #include "alcmain.h" #include "alexcpt.h" #include "alu.h" +#include "compat.h" +#include "logging.h" #include "ringbuffer.h" #include "strutils.h" #include "threads.h" -#include "compat.h" #ifndef WAVE_FORMAT_IEEE_FLOAT #define WAVE_FORMAT_IEEE_FLOAT 0x0003 -- cgit v1.2.3