summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-18 12:21:41 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-18 12:21:41 +0100
commite841d657980849483d0651cccb889e7b4cf1d711 (patch)
treec123c06eaf2723c443234428c97e729f9772eb40 /src
parent433181493ec423d0427fce633c1613522c115f63 (diff)
Fix include.
Diffstat (limited to 'src')
-rw-r--r--src/dcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 9bd5f3ea..828a6e75 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -25,7 +25,7 @@
#define LIBDCP_DCP_H
#include <string>
-#include <list>
+#include <vector>
#include <boost/shared_ptr.hpp>
#include <sigc++/sigc++.h>
#include "types.h"