diff options
Diffstat (limited to 'src/dcp_time.h')
| -rw-r--r-- | src/dcp_time.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h index e8724614..2a9f13d8 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -39,6 +39,7 @@ #define LIBDCP_TIME_H #include "types.h" +#include <boost/optional.hpp> #include <stdint.h> #include <string> #include <iostream> @@ -78,7 +79,7 @@ public: Time (double seconds, int tcr); - Time (std::string time, int tcr); + Time (std::string time, boost::optional<int> tcr); int h; ///< hours int m; ///< minutes |
