1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

AAX: Added extra AAX header includes as needed for newest AAX SDK version

This commit is contained in:
hogliux 2018-04-09 15:22:02 +01:00
parent 508ba421e8
commit 3e4a4c0ea2

View file

@ -73,6 +73,13 @@ static_assert (AAX_SDK_CURRENT_REVISION >= AAX_SDK_2p3p0_REVISION, "JUCE require
#include <AAX_IFeatureInfo.h>
#include <AAX_UIDs.h>
#ifdef AAX_SDK_2p3p1_REVISION
#if AAX_SDK_CURRENT_REVISION >= AAX_SDK_2p3p1_REVISION
#include <AAX_Exception.h>
#include <AAX_Assert.h>
#endif
#endif
#ifdef _MSC_VER
#pragma warning (pop)
#endif