Commit 39947d55 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2248 from pavel-pimenov/fix-precompiled

Add #include "precompiled.hpp"
parents f64d3ad1 eff42fa3
#include "precompiled.hpp"
#include "platform.hpp"
#if defined ZMQ_HAVE_NORM
......
......@@ -27,6 +27,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "tipc_address.hpp"
#if defined ZMQ_HAVE_TIPC
......
......@@ -27,6 +27,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "tipc_connecter.hpp"
#if defined ZMQ_HAVE_TIPC
......
......@@ -27,6 +27,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "tipc_listener.hpp"
#if defined ZMQ_HAVE_TIPC
......
......@@ -26,6 +26,7 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "vmci.hpp"
......
......@@ -27,6 +27,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "vmci_address.hpp"
#if defined(ZMQ_HAVE_VMCI)
......
......@@ -27,6 +27,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "vmci_connecter.hpp"
#if defined ZMQ_HAVE_VMCI
......
......@@ -27,6 +27,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "vmci_listener.hpp"
#if defined ZMQ_HAVE_VMCI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment