Преглед изворни кода

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

Hovsep Papoyan пре 1 година
родитељ
комит
42d80be4cf
1 измењених фајлова са 2 додато и 2 уклоњено
  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
 {