1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

Issue #2255 - Fix build bustage on Linux. Need #include <utility> to ensure std::forward is available.

This commit is contained in:
Brian Smith
2023-07-12 17:52:59 -05:00
committed by roytam1
parent 1f5eaee101
commit 323007ec3d
+1
View File
@@ -16,6 +16,7 @@
#include <new> // for placement new
#include <type_traits>
#include <utility>
namespace mozilla {