Przeglądaj źródła

ERR: fsream.h -> fstream.h

Brad King 25 lat temu
rodzic
commit
eb80df5561
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Source/cmStandardIncludes.h

+ 1 - 1
Source/cmStandardIncludes.h

@@ -34,7 +34,7 @@
 #include <fstream>
 #include <iostream>
 #else
-#include <fsream.h>
+#include <fstream.h>
 #include <iostream.h>
 #endif