← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3741: Return removed header back.

 

------------------------------------------------------------
revno: 3741
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Thu 2015-11-19 07:41:51 +0100
message:
  Return removed header back.
modified:
  core/Omega.cpp


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'core/Omega.cpp'
--- core/Omega.cpp	2015-11-18 07:06:16 +0000
+++ core/Omega.cpp	2015-11-19 06:41:51 +0000
@@ -20,6 +20,8 @@
 #include <boost/algorithm/string.hpp>
 #include <boost/thread/mutex.hpp>
 #include <boost/filesystem.hpp>
+#include <cxxabi.h>
+
 
 class RenderMutexLock: public boost::mutex::scoped_lock{
 	public: