leon hace 1 mes
padre
commit
9cff6df5d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/nodes/base/base.hpp

+ 1 - 0
src/nodes/base/base.hpp

@@ -11,6 +11,7 @@
 #include <mutex>
 #include <condition_variable>
 #include <memory>
+#include <atomic>
 
 namespace Node
 {