Restore unpathed references to platform.hpp for cmake builds

This commit is contained in:
Dave Meehan 2014-06-05 12:03:13 +01:00
parent 78ada21eb7
commit 87ce17e439
2 changed files with 2 additions and 2 deletions

View File

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

View File

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