Files
ports/lang/hermes/files/patch-unittests_BCGen_BytecodeFileFormatTest.cpp
T
Yuri Victorovich 1d87a291ed lang/hermes: update 0.12.0 → 0.13.0
Reported by:	portscout
2024-08-17 00:11:18 -07:00

11 lines
288 B
C++

--- 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,