Skip to content

Commit

Permalink
Add missing include headers
Browse files Browse the repository at this point in the history
This is for C++ modules build in chromium.
  • Loading branch information
atetubou authored and jeremy-lunarg committed Feb 13, 2025
1 parent 00ac565 commit ef5207f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions StandAlone/StandAlone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <iterator>
#include <map>
#include <memory>
#include <set>
Expand Down

0 comments on commit ef5207f

Please sign in to comment.