--- a/src/mtrie.cpp +++ b/src/mtrie.cpp @@ -27,11 +27,11 @@ along with this program. If not, see . */ -#include - #include #include +#include + #include "platform.hpp" #if defined ZMQ_HAVE_WINDOWS #include "windows.hpp" --- a/src/raw_encoder.cpp +++ b/src/raw_encoder.cpp @@ -27,6 +27,11 @@ along with this program. If not, see . */ +#include +#include +#include +#include + #include "encoder.hpp" #include "raw_encoder.hpp" #include "likely.hpp" --- a/src/trie.cpp +++ b/src/trie.cpp @@ -27,11 +27,11 @@ along with this program. If not, see . */ -#include - #include #include +#include + #include "platform.hpp" #if defined ZMQ_HAVE_WINDOWS #include "windows.hpp" --- a/src/encoder.hpp +++ b/src/encoder.hpp @@ -39,7 +39,6 @@ #include #include #include -#include #include "err.hpp" #include "msg.hpp" --- a/src/v1_encoder.cpp +++ b/src/v1_encoder.cpp @@ -27,6 +27,11 @@ along with this program. If not, see . */ +#include +#include +#include +#include + #include "encoder.hpp" #include "v1_encoder.hpp" #include "likely.hpp" --- a/src/v2_encoder.cpp +++ b/src/v2_encoder.cpp @@ -27,6 +27,11 @@ along with this program. If not, see . */ +#include +#include +#include +#include + #include "v2_protocol.hpp" #include "v2_encoder.hpp" #include "likely.hpp"