fix header

This commit is contained in:
Alberto Invernizzi 2021-01-02 10:34:04 +01:00
parent 197f8d2516
commit b6420aa22f
11 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <zmq.hpp>
#ifdef ZMQ_CPP17

View File

@ -1,4 +1,4 @@
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <zmq_addon.hpp>
#ifdef ZMQ_CPP11

View File

@ -1,4 +1,4 @@
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <zmq.hpp>
#if (__cplusplus >= 201703L)

View File

@ -1,5 +1,5 @@
#define CATCH_CONFIG_MAIN
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <zmq.hpp>
#if defined(ZMQ_CPP11)

View File

@ -1,4 +1,4 @@
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <zmq_addon.hpp>
#ifdef ZMQ_HAS_RVALUE_REFS

View File

@ -1,4 +1,4 @@
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <zmq_addon.hpp>
#ifdef ZMQ_CPP11

View File

@ -1,4 +1,4 @@
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <zmq_addon.hpp>
#ifdef ZMQ_CPP11

View File

@ -1,4 +1,4 @@
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <zmq.hpp>
#ifdef ZMQ_CPP11
#include <future>

View File

@ -1,4 +1,4 @@
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <zmq.hpp>
#ifdef ZMQ_CPP11

View File

@ -1,6 +1,6 @@
#pragma once
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <zmq.hpp>
#if defined(ZMQ_CPP11)

View File

@ -1,4 +1,4 @@
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <zmq.hpp>
#if defined(ZMQ_CPP11) && !defined(ZMQ_CPP11_PARTIAL)