Skip to content

Commit 42a0110

Browse files
Guy Hershenbaumfacebook-github-bot
Guy Hershenbaum
authored andcommitted
Fix breaks from googletest upgrade (D71897516)
Summary: Add missing include for standard C++ library Reviewed By: 8Keep Differential Revision: D72134172
1 parent 2aa7748 commit 42a0110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/vulkan/test/vulkan_compute_api_test.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <gtest/gtest.h>
1010

1111
#include <bitset>
12+
#include <iomanip>
1213
#include <utility>
1314
#include <vector>
1415

0 commit comments

Comments
 (0)