Browse Source

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

tags/2021-05-28
hogliux 7 years ago
parent
commit
3e4a4c0ea2
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp

+ 7
- 0
modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp View File

@@ -73,6 +73,13 @@ static_assert (AAX_SDK_CURRENT_REVISION >= AAX_SDK_2p3p0_REVISION, "JUCE require
#include <AAX_IFeatureInfo.h> #include <AAX_IFeatureInfo.h>
#include <AAX_UIDs.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 #ifdef _MSC_VER
#pragma warning (pop) #pragma warning (pop)
#endif #endif


Loading…
Cancel
Save