|
From: <pat...@us...> - 2010-11-21 17:54:46
|
Revision: 1263
http://ggt.svn.sourceforge.net/ggt/?rev=1263&view=rev
Author: patrickh
Date: 2010-11-21 17:54:40 +0000 (Sun, 21 Nov 2010)
Log Message:
-----------
Include gmtl/Config.h rather than the long-reomved gmtl/gmtlConfig.h> This
fixes #3103757.
Submitted by: Johannes Zarl
Modified Paths:
--------------
trunk/gmtl/Numerics/Eigen.h
Modified: trunk/gmtl/Numerics/Eigen.h
===================================================================
--- trunk/gmtl/Numerics/Eigen.h 2010-11-21 17:53:36 UTC (rev 1262)
+++ trunk/gmtl/Numerics/Eigen.h 2010-11-21 17:54:40 UTC (rev 1263)
@@ -9,7 +9,7 @@
#ifndef _EIGEN_H
#define _EIGEN_H
-#include <gmtl/gmtlConfig.h>
+#include <gmtl/Config.h>
namespace gmtl
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|