summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-12-04 15:16:08 -0500
committerDavid Robillard <d@drobilla.net>2016-12-04 15:16:08 -0500
commit9aac954744a3a8dc860be5dff2d0bb52cbf6f7dd (patch)
treeb35ee58fb091abdf784cd9816f9d1a227225a0a8 /libs
parentb51321bd7dcf34055ba523506b35e2f38300cbb0 (diff)
Add missing include
Diffstat (limited to 'libs')
-rw-r--r--libs/evoral/evoral/Note.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/evoral/evoral/Note.hpp b/libs/evoral/evoral/Note.hpp
index 88d4077af9..dbecb7dd6e 100644
--- a/libs/evoral/evoral/Note.hpp
+++ b/libs/evoral/evoral/Note.hpp
@@ -20,6 +20,7 @@
#define EVORAL_NOTE_HPP
#include <algorithm>
+#include <assert.h>
#include <glib.h>
#include <stdint.h>