Skip to content

Commit fd5a3e4

Browse files
authored
Include <iterator> directly in api_layer_interface.cpp
The newest version of LLVM's libc++ no longer includes <iterator> transitively, so we need to include it directly in order to have access to `std::back_inserter`.
1 parent 47c4761 commit fd5a3e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/loader/api_layer_interface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <openxr/openxr_loader_negotiation.h>
2020

2121
#include <cstring>
22+
#include <iterator>
2223
#include <memory>
2324
#include <sstream>
2425
#include <string>

0 commit comments

Comments
 (0)