Skip to content
Snippets Groups Projects
Commit 4327fceb authored by Brad King's avatar Brad King
Browse files

IO/XML: Add missing <string> include

Now that <sstream> is not included we need <string> to get std::string
when compiling Java wrapper sources.

Change-Id: I5b36410f8bdb2e13c497b0adaa11e95142fd56a0
parent d8a74423
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@
#include "vtkIOXMLModule.h" // For export macro
#include "vtkAlgorithm.h"
#include <string>
class vtkAbstractArray;
class vtkCallbackCommand;
class vtkDataArraySelection;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment