Add Config.h first to silence a warning under msvc
This commit is contained in:
parent
feb1a629c9
commit
a36dc0826b
1 changed files with 1 additions and 1 deletions
|
|
@ -22,8 +22,8 @@
|
||||||
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "ADSREnvelope.h"
|
|
||||||
#include "Config.h"
|
#include "Config.h"
|
||||||
|
#include "ADSREnvelope.h"
|
||||||
#include "EventEnvelopes.h"
|
#include "EventEnvelopes.h"
|
||||||
#include "HistoricalBuffer.h"
|
#include "HistoricalBuffer.h"
|
||||||
#include "Region.h"
|
#include "Region.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue