From ab4f72fea9de61e983d889e93ce1b90dc4918e39 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 f061253eb..cd1e19011 100644 --- a/util/thread_local.h +++ b/util/thread_local.h @@ -10,6 +10,7 @@ #pragma once #include +#include #include #include #include