Skip to content

Commit d5605bf

Browse files
Guy Hershenbaumfacebook-github-bot
Guy Hershenbaum
authored andcommitted
Fix breaks from googletest upgrade (vulkan_compute_api_test) (pytorch#9760)
Summary: Missing include in vulkan_compute_api_test.cpp - added Reviewed By: SS-JIA Differential Revision: D72139603
1 parent 3600d4f commit d5605bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/vulkan/test/vulkan_compute_api_test.cpp

Lines changed: 1 addition & 0 deletions
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)