]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
RNV: Fix compilation errors
authorMaintenance team (INV) <mnt@vm-f24-01.nnov.opencascade.com>
Thu, 26 Jan 2017 09:38:16 +0000 (12:38 +0300)
committerMaintenance team (INV) <mnt@vm-f24-01.nnov.opencascade.com>
Thu, 26 Jan 2017 09:38:16 +0000 (12:38 +0300)
src/MEDCoupling_Swig/MEDCouplingDataArrayTypemaps.i
src/MEDPartitioner/MEDPARTITIONER_MeshCollectionMedAsciiDriver.cxx

index 675dd12c40698e8b050f644d58d8dc0c6a9c8cb8..1687f44c24fca380c8c0e7b26af1c9d0c65c7624 100644 (file)
@@ -23,6 +23,8 @@
 
 #include "InterpKernelAutoPtr.hxx"
 
+#include <sstream>
+
 /*!
  * This method is an extention of PySlice_GetIndices but less
  * open than PySlice_GetIndicesEx that accepts too many situations.
index 5607e637a797a08f6be5a3873c090e967df600cc..7d17c8aceb133c974b1de530b20fdc9b74552e74 100644 (file)
@@ -33,6 +33,7 @@
 #include <string>
 #include <fstream>
 #include <iostream>
+#include <sstream>
 
 #include <libxml/tree.h>
 #include <libxml/parser.h>