Skip to content

Commit

Permalink
fix: include mingw.mutex.h in addition to <mutex>
Browse files Browse the repository at this point in the history
  • Loading branch information
geggo authored and inducer committed Aug 26, 2015
1 parent 03692f8 commit 6cd04d2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/c_wrapper/debug.h
@@ -1,16 +1,11 @@
#include "wrap_cl.h"
#include "function.h"
#include <string.h>
#include <mutex>

#ifdef __MINGW32__

#include "mingw-std-threads/mingw.mutex.h"
#include "mingw-std-threads/mingw.thread.h"

#else

#include <mutex>

#endif

#ifndef __PYOPENCL_DEBUG_H
Expand Down

0 comments on commit 6cd04d2

Please sign in to comment.