From c4d32b9336943b909fc4145c86343d13018912d5 Mon Sep 17 00:00:00 2001 From: sdong Date: Thu, 31 Oct 2019 14:17:26 -0700 Subject: [PATCH] Add some include --- util/thread_local.h | 1 + 1 file changed, 1 insertion(+) diff --git a/util/thread_local.h b/util/thread_local.h index a037a9ceb..905826821 100644 --- a/util/thread_local.h +++ b/util/thread_local.h @@ -10,6 +10,7 @@ #pragma once #include +#include #include #include #include