mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
c572b61da9
(cherry picked from commit efb673cbdc)
Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
13 lines
317 B
Diff
13 lines
317 B
Diff
diff --git a/cpp/include/fiber/go_fiber.hpp b/cpp/include/fiber/go_fiber.hpp
|
|
index 5e1df06..8d6ad2a 100644
|
|
--- a/cpp/include/fiber/go_fiber.hpp
|
|
+++ b/cpp/include/fiber/go_fiber.hpp
|
|
@@ -15,6 +15,7 @@
|
|
#include <utility>
|
|
#include "fiber.hpp"
|
|
#include "fiber_tbox.hpp"
|
|
+#include <memory>
|
|
|
|
struct ACL_FIBER;
|
|
|