We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d5ce4 commit f5316b9Copy full SHA for f5316b9
src/py-opentimelineio/opentime-bindings/opentime_rationalTime.cpp
@@ -2,16 +2,13 @@
2
// Copyright Contributors to the OpenTimelineIO project
3
4
#include <pybind11/pybind11.h>
5
-#include <pybind11/stl.h>
6
#include <pybind11/operators.h>
7
-#include "nonstd/optional.hpp"
8
9
#include "opentime/rationalTime.h"
10
#include "opentimelineio/stringUtils.h"
+#include "opentimelineio/optional.h"
11
#include "py-opentimelineio/bindings-common/casters.h"
12
13
-using nonstd::optional;
14
-
15
namespace py = pybind11;
16
using namespace pybind11::literals;
17
0 commit comments