mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Add #include "precompiled.hpp"
This commit is contained in:
parent
f64d3ad1e7
commit
eff42fa321
@ -1,4 +1,6 @@
|
||||
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user