From a5d772d5f48ef399fcfe5fda4c29eb01f3bf04f2 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 18 May 2025 23:26:28 -0500 Subject: [PATCH] state.hpp --- src/state.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/state.hpp b/src/state.hpp index 02a2b576..4aafa162 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -5,6 +5,13 @@ #include #include +#include "int_types.h" + +struct PassthroughDetails +{ + std::atomic +}; + class State { public: