1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/editors/imhex/files/patch-lib_libimhex_include_hex_api_task.hpp
2022-10-16 05:53:22 +09:00

19 lines
354 B
C++

--- lib/libimhex/include/hex/api/task.hpp.orig 2022-10-08 08:03:47 UTC
+++ lib/libimhex/include/hex/api/task.hpp
@@ -1,6 +1,7 @@
#pragma once
#include <hex.hpp>
+#include <jthread.hpp>
#include <cstdio>
#include <thread>
@@ -11,6 +12,7 @@
#include <memory>
#include <list>
#include <condition_variable>
+#include <vector>
namespace hex {