Browse Source

From stringfwd.h to string for portability between gcc and clang

Hovsep Papoyan 1 year ago
parent
commit
42d80be4cf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/SerialDeserial.h

+ 2 - 2
src/SerialDeserial.h

@@ -1,9 +1,9 @@
 #pragma once
 
-#include "bits/stringfwd.h"
-
 #include "SerialMode.h"
 
+#include <string>
+
 namespace openfhe
 {