summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/command.h')
-rw-r--r--libs/pbd/pbd/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/command.h b/libs/pbd/pbd/command.h
index 1521a60350..240118901c 100644
--- a/libs/pbd/pbd/command.h
+++ b/libs/pbd/pbd/command.h
@@ -21,7 +21,7 @@
#ifndef __lib_pbd_command_h__
#define __lib_pbd_command_h__
-#include <pbd/statefuldestructible.h>
+#include "pbd/statefuldestructible.h"
#include <boost/utility.hpp>
class Command : public PBD::StatefulDestructible, public boost::noncopyable