From f0f185983c29e49af910f8da97dd44f46053f499 Mon Sep 17 00:00:00 2001 From: wanqing0421 Date: Sat, 8 Feb 2025 23:47:21 +0800 Subject: [PATCH] bug fix during the build process of cuda mode --- src/phasicFlow/smartPointers/uniquePtr.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/phasicFlow/smartPointers/uniquePtr.hpp b/src/phasicFlow/smartPointers/uniquePtr.hpp index 7bb6a6b9..c28490c7 100644 --- a/src/phasicFlow/smartPointers/uniquePtr.hpp +++ b/src/phasicFlow/smartPointers/uniquePtr.hpp @@ -27,6 +27,7 @@ Licence: #include "pFlowMacros.hpp" #include "error.hpp" +#include "iOstream.hpp" // just for preventing the use of std namespace and adding some minor functionalities