Skip to content
Snippets Groups Projects
Commit 05d12a1d authored by olivier stasse's avatar olivier stasse Committed by Florent Lamiraux florent@laas.fr
Browse files

Add dynamicgraph namespace to make VP_DEBUG mode compile.

parent 663e0998
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@
#include "dynamic-graph/python/interpreter.hh"
using namespace dynamicgraph;
// Factorize exception catching code.
#define CATCH_EXCEPTIONS() \
catch (std::exception& e) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment