From eff42fa3216cfc2b447e32c400933b7003fae007 Mon Sep 17 00:00:00 2001 From: "pavel.pimenov" Date: Sat, 10 Dec 2016 16:44:51 +0300 Subject: [PATCH] Add #include "precompiled.hpp" --- src/norm_engine.cpp | 2 ++ src/tipc_address.cpp | 2 ++ src/tipc_connecter.cpp | 2 ++ src/tipc_listener.cpp | 2 ++ src/vmci.cpp | 1 + src/vmci_address.cpp | 2 ++ src/vmci_connecter.cpp | 2 ++ src/vmci_listener.cpp | 2 ++ 8 files changed, 15 insertions(+) diff --git a/src/norm_engine.cpp b/src/norm_engine.cpp index 3b50acc5..3fc54390 100644 --- a/src/norm_engine.cpp +++ b/src/norm_engine.cpp @@ -1,4 +1,6 @@ +#include "precompiled.hpp" + #include "platform.hpp" #if defined ZMQ_HAVE_NORM diff --git a/src/tipc_address.cpp b/src/tipc_address.cpp index 75bf06d9..8bbe10e5 100644 --- a/src/tipc_address.cpp +++ b/src/tipc_address.cpp @@ -27,6 +27,8 @@ along with this program. If not, see . */ +#include "precompiled.hpp" + #include "tipc_address.hpp" #if defined ZMQ_HAVE_TIPC diff --git a/src/tipc_connecter.cpp b/src/tipc_connecter.cpp index 65bf0134..92f35fec 100644 --- a/src/tipc_connecter.cpp +++ b/src/tipc_connecter.cpp @@ -27,6 +27,8 @@ along with this program. If not, see . */ +#include "precompiled.hpp" + #include "tipc_connecter.hpp" #if defined ZMQ_HAVE_TIPC diff --git a/src/tipc_listener.cpp b/src/tipc_listener.cpp index c55accbe..088346d7 100644 --- a/src/tipc_listener.cpp +++ b/src/tipc_listener.cpp @@ -27,6 +27,8 @@ along with this program. If not, see . */ +#include "precompiled.hpp" + #include "tipc_listener.hpp" #if defined ZMQ_HAVE_TIPC diff --git a/src/vmci.cpp b/src/vmci.cpp index 7afc9855..8d79feaa 100644 --- a/src/vmci.cpp +++ b/src/vmci.cpp @@ -26,6 +26,7 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +#include "precompiled.hpp" #include "vmci.hpp" diff --git a/src/vmci_address.cpp b/src/vmci_address.cpp index 195e0ab6..841f6138 100644 --- a/src/vmci_address.cpp +++ b/src/vmci_address.cpp @@ -27,6 +27,8 @@ along with this program. If not, see . */ +#include "precompiled.hpp" + #include "vmci_address.hpp" #if defined(ZMQ_HAVE_VMCI) diff --git a/src/vmci_connecter.cpp b/src/vmci_connecter.cpp index 062d8c11..541818c6 100644 --- a/src/vmci_connecter.cpp +++ b/src/vmci_connecter.cpp @@ -27,6 +27,8 @@ along with this program. If not, see . */ +#include "precompiled.hpp" + #include "vmci_connecter.hpp" #if defined ZMQ_HAVE_VMCI diff --git a/src/vmci_listener.cpp b/src/vmci_listener.cpp index 0212a2ba..545f2305 100644 --- a/src/vmci_listener.cpp +++ b/src/vmci_listener.cpp @@ -27,6 +27,8 @@ along with this program. If not, see . */ +#include "precompiled.hpp" + #include "vmci_listener.hpp" #if defined ZMQ_HAVE_VMCI