| commit | adc7133b73dff60c1d435d1c22e410e1e91c3876 | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Mon Nov 22 17:02:38 2021 -0600 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Mon Nov 22 17:03:43 2021 -0600 |
| tree | a6381c80bd94b0a3ce4bbdb78af70f11bb017a4a | |
| parent | 379b061ffdd797d00c07acf0b5cb81e1f6513bca [diff] |
nemora-postd: fix compile fail
host_manager.hpp is missing header for `std::thread`.
```
In file included from ../subprojects/nemora-postd/src/nemora.hpp:17,
from ../subprojects/nemora-postd/src/nemora.cpp:15:
../subprojects/nemora-postd/src/host_manager.hpp:76:26: error: ‘thread’ is not a member of ‘std’
76 | std::unique_ptr<std::thread> post_poller_;
```
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Icda54302f7770e5760dfa3c509c7086e47af75f9