diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-18 12:21:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-18 12:21:41 +0100 |
| commit | e841d657980849483d0651cccb889e7b4cf1d711 (patch) | |
| tree | c123c06eaf2723c443234428c97e729f9772eb40 /src | |
| parent | 433181493ec423d0427fce633c1613522c115f63 (diff) | |
Fix include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
