1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-29 16:50:12 +01:00

Remove allegro.h from other headers

This commit is contained in:
Paul Licameli
2020-06-14 00:12:24 -04:00
parent da93757401
commit 3869a8f460
9 changed files with 24 additions and 8 deletions

View File

@@ -10,6 +10,11 @@
#include "../portsmf/allegro.h"
#pragma warning( pop )
#elif defined(__linux__)
#include <cstring> // Allegro include fails if this header isn't included due to no memcpy
#include "../portsmf/allegro.h"
#else //_MSC_VER
#include "../portsmf/allegro.h"