summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-04 22:37:31 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-04 22:37:31 +0200
commitcf2ed48d21ddbc32bda262064480e88e69dc031a (patch)
tree039a981cebf24e1e7ca34478d35cd3c70b280bab /src/wx/audio_panel.cc
parent4b74bd9f359b9fe4f841cd9a361f3b2b24c2351e (diff)
Cleanup: move some methods from util to maths_util.
Diffstat (limited to 'src/wx/audio_panel.cc')
-rw-r--r--src/wx/audio_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc
index 75659aebd..af030e915 100644
--- a/src/wx/audio_panel.cc
+++ b/src/wx/audio_panel.cc
@@ -35,6 +35,7 @@
#include "lib/job_manager.h"
#include "lib/dcp_content.h"
#include "lib/audio_content.h"
+#include "lib/maths_util.h"
#include <wx/spinctrl.h>
#include <iostream>