Skip to content

Commit

Permalink
Merge pull request zeromq#245 from emwap/patch-1
Browse files Browse the repository at this point in the history
Allow building with `-Werror=undef`
  • Loading branch information
benjamg authored Jul 9, 2021
2 parents 85ae960 + 12b650b commit ba4230d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zmqpp/compatibility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <zmq.h>

// Include export file if on windows, generated by cmake only
#if _WIN32
#ifdef _WIN32
#include "zmqpp_export.h"
#else
#define ZMQPP_EXPORT
Expand Down

0 comments on commit ba4230d

Please sign in to comment.