mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-07 15:43:45 +00:00
libpoly: add missing include for thread_local define in logging.cc
Add a missing include in logging.cc that fixes the missing definition for thread_local. Similar to issue #122.
This commit is contained in:
parent
f632895fbb
commit
3f480d24bd
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include <mutex>
|
||||
|
||||
#include <gflags/gflags.h>
|
||||
#include <poly/cxx_compat.h>
|
||||
#include <poly/main.h>
|
||||
#include <poly/math.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue