changeset 17685:3d862202c4f6

Ensure <string> is included when incuding version.h
author Philip Nienhuis <prnienhuis@users.sf.net>
date Fri, 18 Oct 2013 18:48:08 +0200
parents 1d41b1910531
children 65544374c1cf
files libinterp/version.in.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/version.in.h	Fri Oct 18 09:01:57 2013 -0700
+++ b/libinterp/version.in.h	Fri Oct 18 18:48:08 2013 +0200
@@ -32,6 +32,8 @@
 
 #define OCTAVE_COPYRIGHT %OCTAVE_COPYRIGHT%
 
+#include <string>
+
 extern std::string octave_www_statement (bool html = false);
 
 extern std::string octave_contrib_statement (bool html = false);