summaryrefslogtreecommitdiff
path: root/gtk2_ardour/pt_import_selector.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2018-10-13 13:49:50 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2018-10-13 13:49:50 +0100
commita5a5ba1ace2eacccd3b54f1bde035af57154f383 (patch)
treee871158d799bb909388adcf3048f38e64af7f6cb /gtk2_ardour/pt_import_selector.cc
parent7a09cd598d4b2cac2ecee4d09851b15849c5796d (diff)
Clarify where the file 'ptfformat.h' can be found
Diffstat (limited to 'gtk2_ardour/pt_import_selector.cc')
-rw-r--r--gtk2_ardour/pt_import_selector.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/pt_import_selector.cc b/gtk2_ardour/pt_import_selector.cc
index d6c17a68c4..37d5d50165 100644
--- a/gtk2_ardour/pt_import_selector.cc
+++ b/gtk2_ardour/pt_import_selector.cc
@@ -26,7 +26,7 @@
#include "pbd/i18n.h"
#include "pbd/file_utils.h"
-#include <ptfformat.h>
+#include <ptformat/ptfformat.h>
#include "ardour/session_handle.h"
#include "pt_import_selector.h"