diff options
author | Anatol Pomazau <anatol@google.com> | 2019-08-08 14:45:12 -0700 |
---|---|---|
committer | Anatol Pomozov <anatol@google.com> | 2019-08-08 23:30:42 +0000 |
commit | 7b2ff6debcd4c9a38a7f9a37b9206004d5f11f50 (patch) | |
tree | 6a2783e65733953560583344dd6dadf8ebf35fd9 /libpackagelistparser/packagelistparser.cpp | |
parent | 6c4cfd6af523cd3074972a63dc4f08b8fed45012 (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
Diffstat (limited to 'libpackagelistparser/packagelistparser.cpp')
0 files changed, 0 insertions, 0 deletions