summaryrefslogtreecommitdiff
path: root/libs/ardour/analysis_graph.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-24 12:03:54 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-24 12:03:54 -0400
commit7db12f6b128eef0d63dd6a8eda3d04f4dab1fc79 (patch)
tree388aecd96220df899626709aeb8c7dbc37fd9088 /libs/ardour/analysis_graph.cc
parent9283bee867ce788465f3e48ed889cd324e098e64 (diff)
convert codebase to use Temporal for various time types
Diffstat (limited to 'libs/ardour/analysis_graph.cc')
-rw-r--r--libs/ardour/analysis_graph.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/analysis_graph.cc b/libs/ardour/analysis_graph.cc
index fe5b1c9a3b..e85abba211 100644
--- a/libs/ardour/analysis_graph.cc
+++ b/libs/ardour/analysis_graph.cc
@@ -21,7 +21,7 @@
#include "ardour/route.h"
#include "ardour/session.h"
-#include "timecode/time.h"
+#include "temporal/time.h"
#include "audiographer/process_context.h"
#include "audiographer/general/chunker.h"