From f803cc0e3c1c5f3e8c81ccacce872d9c0e5d1036 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 828a7370e..5328cfad3 100644 --- a/util/thread_local.h +++ b/util/thread_local.h @@ -10,6 +10,7 @@ #pragma once #include +#include #include #include #include