Skip to content

Commit 7dc77fa

Browse files
committed
fix(includes): missing standard headers
1 parent 8f7aabb commit 7dc77fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/graphqlservice/internal/Schema.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
#include "SortedMap.h"
1111
#include "Version.h"
1212

13+
#include <memory>
14+
#include <optional>
1315
#include <shared_mutex>
16+
#include <string_view>
1417
#include <vector>
1518

1619
namespace graphql {

0 commit comments

Comments
 (0)