Commit 87ce17e4 authored by Dave Meehan's avatar Dave Meehan

Restore unpathed references to platform.hpp for cmake builds

parent 78ada21e
......@@ -24,7 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include "../src/platform.hpp"
#include "platform.hpp"
#if defined ZMQ_HAVE_WINDOWS
#include <windows.h>
......
......@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include "../src/platform.hpp"
#include "platform.hpp"
#if defined ZMQ_HAVE_WINDOWS
#include <windows.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment