mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Problem: name conflicts from windows.h, draft API declared in pch.
This commit is contained in:
13
src/trie.cpp
13
src/trie.cpp
@@ -28,20 +28,15 @@
|
||||
*/
|
||||
|
||||
#include "precompiled.hpp"
|
||||
#include "macros.hpp"
|
||||
#include "err.hpp"
|
||||
#include "trie.hpp"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <new>
|
||||
#include <algorithm>
|
||||
|
||||
#include "macros.hpp"
|
||||
#include "platform.hpp"
|
||||
#if defined ZMQ_HAVE_WINDOWS
|
||||
#include "windows.hpp"
|
||||
#endif
|
||||
|
||||
#include "err.hpp"
|
||||
#include "trie.hpp"
|
||||
|
||||
zmq::trie_t::trie_t () :
|
||||
refcnt (0),
|
||||
min (0),
|
||||
|
||||
Reference in New Issue
Block a user