[mlpack-svn] r16100 - mlpack/trunk/src/mlpack/core/util

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Jan 3 13:00:12 EST 2014


Author: rcurtin
Date: Fri Jan  3 13:00:12 2014
New Revision: 16100

Log:
Fix dependency on stringstream.


Modified:
   mlpack/trunk/src/mlpack/core/util/version.cpp

Modified: mlpack/trunk/src/mlpack/core/util/version.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/core/util/version.cpp	(original)
+++ mlpack/trunk/src/mlpack/core/util/version.cpp	Fri Jan  3 13:00:12 2014
@@ -6,6 +6,8 @@
  */
 #include "version.hpp"
 
+#include <sstream>
+
 // If we are not an svn revision, just use the macros to assemble the version
 // name.
 std::string mlpack::util::GetVersion()



More information about the mlpack-svn mailing list