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

Add #include "precompiled.hpp"
This commit is contained in:
Luca Boccassi 2016-12-10 14:57:14 +01:00 committed by GitHub
commit 39947d55c7
8 changed files with 15 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#include "precompiled.hpp"
#include "platform.hpp"
#if defined ZMQ_HAVE_NORM

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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)

View File

@ -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

View File

@ -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