commit | 324cb527677832adcab6b3b0773cf3f5a31831fa | [log] [tgz] |
---|---|---|
author | Anatol Pomazau <anatol@google.com> | Thu Aug 08 14:45:12 2019 -0700 |
committer | Anatol Pomozov <anatol@google.com> | Thu Aug 08 23:30:42 2019 +0000 |
tree | 31f974c28c5bd65cb7cd0c8ad8b0f544dc4bde3d | |
parent | e031c5f2f2c1dcdf12948a4af72c43e16ba5a6e5 [diff] |
Add header that declares atomic primitives It fixes a compilation issue: /fdevent/fdevent_poll.cpp -o core/adb/fdevent/fdevent_poll.cpp.o In file included from core/adb/fdevent/fdevent_poll.cpp:20: In file included from core/adb/fdevent/fdevent_poll.h:29: core/adb/fdevent/fdevent.h:106:10: error: no template named 'atomic' in namespace 'std' std::atomic<bool> terminate_loop_ = false; ~~~~~^ Change-Id: I5305a69a50e2638f514c5a7d47a9612b8ee38c69