# HG changeset patch # User Philip Nienhuis # Date 1382114888 -7200 # Node ID 3d862202c4f6c92186aecd6bf52862f037601a88 # Parent 1d41b1910531863637ccf7f19a6a03feb32f6f86 Ensure is included when incuding version.h diff -r 1d41b1910531 -r 3d862202c4f6 libinterp/version.in.h --- 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 + extern std::string octave_www_statement (bool html = false); extern std::string octave_contrib_statement (bool html = false);