summaryrefslogtreecommitdiff
path: root/core/os/midi_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/os/midi_driver.h')
-rw-r--r--core/os/midi_driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/os/midi_driver.h b/core/os/midi_driver.h
index 1a3a67a411..ceb4e71d66 100644
--- a/core/os/midi_driver.h
+++ b/core/os/midi_driver.h
@@ -31,8 +31,9 @@
#ifndef MIDI_DRIVER_H
#define MIDI_DRIVER_H
+#include "core/typedefs.h"
#include "core/variant.h"
-#include "typedefs.h"
+
/**
* Multi-Platform abstraction for accessing to MIDI.
*/