summaryrefslogtreecommitdiff
path: root/lang/hermes/files/patch-unittests_BCGen_BytecodeFileFormatTest.cpp
blob: 758436daab65f920d2e541676dc0f207f772faab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- unittests/BCGen/BytecodeFileFormatTest.cpp.orig	2024-08-17 06:22:41 UTC
+++ unittests/BCGen/BytecodeFileFormatTest.cpp
@@ -13,6 +13,7 @@
 
 #include "gtest/gtest.h"
 
+#include <iomanip>
 #include <sstream>
 
 // Structs with bit fields can have different layouts between GCC, CLANG,