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