fix(util/shared_mutex) missing pragma

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-12-12 14:02:17 -08:00
parent 3457fe5935
commit 7d184c3c4b

View file

@ -10,6 +10,7 @@
Hinnant. The proposal is also part of the Boost library which is
licensed under http://www.boost.org/LICENSE_1_0.txt
*/
#pragma once
#include <climits>
#include "util/thread.h"