Skip to content

Commit

Permalink
libpoly: add missing include for thread_local define in logging.cc
Browse files Browse the repository at this point in the history
Add a missing include in logging.cc that fixes the missing definition for
thread_local. Similar to issue xenia-project#122.
  • Loading branch information
sephiroth99 committed Jan 31, 2015
1 parent f632895 commit 3f480d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/poly/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <mutex>

#include <gflags/gflags.h>
#include <poly/cxx_compat.h>
#include <poly/main.h>
#include <poly/math.h>

Expand Down

0 comments on commit 3f480d2

Please sign in to comment.