fix(util/shared_mutex) missing pragma
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3457fe5935
commit
7d184c3c4b
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
Hinnant. The proposal is also part of the Boost library which is
|
Hinnant. The proposal is also part of the Boost library which is
|
||||||
licensed under http://www.boost.org/LICENSE_1_0.txt
|
licensed under http://www.boost.org/LICENSE_1_0.txt
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#include <climits>
|
#include <climits>
|
||||||
#include "util/thread.h"
|
#include "util/thread.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue