Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Dec 26, 2024
1 parent 2ad82ee commit 2cf5466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions glass/src/lib/native/cpp/DataSource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "glass/DataSource.h"

#include <cstdio>
#include <string>

#include <fmt/format.h>
Expand Down
1 change: 1 addition & 0 deletions glass/src/lib/native/include/glass/DataSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <stdint.h>

#include <concepts>
#include <cstdio>
#include <string>
#include <string_view>
#include <utility>
Expand Down

0 comments on commit 2cf5466

Please sign in to comment.