------------------------------------------------------------
revno: 3989
committer: Anton Gladky <gl...@debian.org>
timestamp: Thu 2017-01-19 19:11:51 +0100
message:
  Add missing header include <csignal>
  
  https://answers.launchpad.net/yade/+question/432848
modified:
  py/wrapper/yadeWrapper.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 'py/wrapper/yadeWrapper.cpp'
--- py/wrapper/yadeWrapper.cpp	2016-10-11 14:44:26 +0000
+++ py/wrapper/yadeWrapper.cpp	2017-01-19 18:11:51 +0000
@@ -39,6 +39,7 @@
 
 #include <core/Timing.hpp>
 #include <lib/serialization/ObjectIO.hpp>
+#include <csignal>
 
 namespace py = boost::python;
 

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to