Skip to content

Commit

Permalink
Adding missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jan 10, 2018
1 parent 16e51e5 commit 65142e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hpx/config/compiler_native_tls.hpp
Expand Up @@ -8,6 +8,8 @@

#include <hpx/config/defines.hpp>

#include <ciso646>

#if defined(__has_feature)
# if __has_feature(cxx_thread_local)
# define HPX_NATIVE_TLS thread_local
Expand Down

0 comments on commit 65142e3

Please sign in to comment.