yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #12971
[Branch ~yade-pkg/yade/git-trunk] Rev 3989: Add missing header include <csignal>
------------------------------------------------------------
revno: 3989
committer: Anton Gladky <gladk@xxxxxxxxxx>
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;