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:
parent
508ba421e8
commit
3e4a4c0ea2
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue