Skip to content

Commit 711a003

Browse files
Add missing header.
1 parent 56addfa commit 711a003

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/pybind11/detail/non_limited_api.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
#include "common.h"
66

77
#include <filesystem>
8+
#include <optional>
89
#include <string_view>
9-
#include <vector>
1010
#include <utility>
11+
#include <vector>
1112
#ifdef _WIN32
1213
#define WIN32_LEAN_AND_MEAN
1314
#define NOMINMAX 1

0 commit comments

Comments
 (0)