[cig-commits] commit: Add a missing include

Mercurial hg at geodynamics.org
Tue Sep 20 14:19:48 PDT 2011


changeset:   867:c4b9c9b8e8a3
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Tue Sep 20 14:18:15 2011 -0700
files:       plugins/Output/VTKOutput/VTKOutput.cxx
description:
Add a missing include


diff -r e4060d5bb1d6 -r c4b9c9b8e8a3 plugins/Output/VTKOutput/VTKOutput.cxx
--- a/plugins/Output/VTKOutput/VTKOutput.cxx	Sun Sep 18 12:46:33 2011 -0700
+++ b/plugins/Output/VTKOutput/VTKOutput.cxx	Tue Sep 20 14:18:15 2011 -0700
@@ -50,6 +50,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <string>
 
 const Type Underworld_VTKOutput_Type = "Underworld_VTKOutput";
 



More information about the CIG-COMMITS mailing list