Skip to content

Commit 0ab6cf5

Browse files
committed
Moving a mutex include to precompiled header.
1 parent 08fc225 commit 0ab6cf5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Release/src/pch/stdafx.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
#include <exception>
9393
#include <assert.h>
9494
#include <streambuf>
95+
#include <mutex>
9596

9697
#if defined(_MSC_VER) && (_MSC_VER >= 1800)
9798
#include <ppltasks.h>

Release/src/utilities/asyncrt_utils.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525

2626
#include "stdafx.h"
2727

28-
#include <mutex>
29-
3028
#if defined(__cplusplus_winrt)
3129
using namespace Platform;
3230
using namespace Windows::Storage::Streams;

0 commit comments

Comments
 (0)