diff options
Diffstat (limited to 'src/common/std_condition_variable.h')
| -rw-r--r-- | src/common/std_condition_variable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/std_condition_variable.h b/src/common/std_condition_variable.h index cee7a9dcd..8964b4f6f 100644 --- a/src/common/std_condition_variable.h +++ b/src/common/std_condition_variable.h | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | 29 | ||
| 30 | // partial std::condition_variable implementation for win32/pthread | 30 | // partial std::condition_variable implementation for win32/pthread |
| 31 | 31 | ||
| 32 | #include "std_mutex.h" | 32 | #include "common/std_mutex.h" |
| 33 | 33 | ||
| 34 | #if (_MSC_VER >= 1600) || (GCC_VERSION >= GCC_VER(4,3,0) && __GXX_EXPERIMENTAL_CXX0X__) | 34 | #if (_MSC_VER >= 1600) || (GCC_VERSION >= GCC_VER(4,3,0) && __GXX_EXPERIMENTAL_CXX0X__) |
| 35 | #define USE_RVALUE_REFERENCES | 35 | #define USE_RVALUE_REFERENCES |