summaryrefslogtreecommitdiffstats
path: root/src/PortInfo.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 13:13:56 +0100
committerDavid Robillard <d@drobilla.net>2020-12-14 13:13:56 +0100
commitc7cc84afee9b6d8b196679bf784751c4052020a3 (patch)
treeb78ad7c13975f977d683698694d661972160e038 /src/PortInfo.hpp
parent6417299c90009f1eca68d58d62f8e46043aabce3 (diff)
downloadpatchage-c7cc84afee9b6d8b196679bf784751c4052020a3.tar.gz
patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.tar.bz2
patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.zip
Clean up includes
Diffstat (limited to 'src/PortInfo.hpp')
-rw-r--r--src/PortInfo.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PortInfo.hpp b/src/PortInfo.hpp
index 8b7eba9..a2e2b16 100644
--- a/src/PortInfo.hpp
+++ b/src/PortInfo.hpp
@@ -20,7 +20,7 @@
#include "PortType.hpp"
#include "SignalDirection.hpp"
-#include <boost/optional.hpp>
+#include <boost/optional/optional.hpp>
#include <string>
namespace patchage {