Update stacktrace_windows.cpp

For access to thread_local definition
This commit is contained in:
Kjell Hedström 2016-02-16 20:55:28 -07:00
parent 579579962c
commit 279587c567

View File

@ -21,6 +21,7 @@
#include <cassert>
#include <vector>
#include <mutex>
#include <g3log/g3log.hpp>
#if !(defined(WIN32) || defined(_WIN32) || defined(__WIN32__))