We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0ab43 commit 7942f64Copy full SHA for 7942f64
include/slick_queue/slick_queue.h
@@ -18,6 +18,7 @@
18
#include <cassert>
19
20
#if defined(_MSC_VER)
21
+#define NOMINMAX
22
#include <windows.h>
23
#include <tchar.h>
24
#else
tests/shm_tests.cpp
@@ -1,6 +1,6 @@
1
#define CATCH_CONFIG_NO_POSIX_SIGNALS
2
#include "catch.hh"
3
-#include "../include/slick_queue.h"
+#include <slick_queue/slick_queue.h>
4
5
using namespace slick;
6
tests/tests.cpp
@@ -1,7 +1,7 @@
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
7
0 commit comments