aboutsummaryrefslogtreecommitdiff
path: root/include/trygvis/kicad.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trygvis/kicad.h')
-rw-r--r--include/trygvis/kicad.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/trygvis/kicad.h b/include/trygvis/kicad.h
index ae67673..e555e9c 100644
--- a/include/trygvis/kicad.h
+++ b/include/trygvis/kicad.h
@@ -9,6 +9,7 @@ namespace trygvis {
namespace kicad {
template<typename T>
using opt = std::experimental::optional<T>;
+using std::experimental::nullopt;
} // namespace kicad
} // namespace trygvis