[roboptim-commit] [SCM] shared-tests branch, master, updated. 75d8641a91cb6b43a13897eacb29276a2300b
Status: Beta
Brought to you by:
flamiraux
|
From: Thomas M. <tho...@us...> - 2009-11-09 20:40:53
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "shared-tests".
The branch, master has been updated
via 75d8641a91cb6b43a13897eacb29276a2300be5a (commit)
from 2a2608e6bfcbd3103f8eb005d0c674606e7e20ea (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 75d8641a91cb6b43a13897eacb29276a2300be5a
Author: Thomas Moulard <tho...@gm...>
Date: Mon Nov 9 21:38:31 2009 +0100
Include ``debug.hh'' to get libcwd initialized properly.
* common.hh: Here.
Signed-off-by: Thomas Moulard <tho...@gm...>
diff --git a/ChangeLog b/ChangeLog
index 5adc144..d2d0d2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-09 Thomas Moulard <tho...@gm...>
+
+ Include ``debug.hh'' to get libcwd initialized properly.
+ * common.hh: Here.
+
2009-11-02 Thomas Moulard <tho...@gm...>
Add Windows specific interactive mode for test cases.
diff --git a/common.hh b/common.hh
index 4d7b068..188c7f9 100644
--- a/common.hh
+++ b/common.hh
@@ -19,6 +19,7 @@
#ifndef OPTIMIZATION_TESTS_COMMON_HH
# define OPTIMIZATION_TESTS_COMMON_HH
# include <roboptim/core/sys.hh>
+# include <roboptim/core/debug.hh>
# include <fstream>
# include <iostream>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
common.hh | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
shared-tests
|