]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/mempool: include standard thread library 39651/head
authorNathan Cutler <ncutler@suse.com>
Thu, 25 Feb 2021 20:50:20 +0000 (21:50 +0100)
committerNathan Cutler <ncutler@suse.com>
Thu, 25 Feb 2021 20:50:20 +0000 (21:50 +0100)
commit15bba602cc059ce14ab29f5fbbedbe3b880059bb
tree1be70e6a035ae1c4410c079cef6ce12b98d2eb58
parent4d8a4353147483745a81c48ae941f5e131749f75
common/mempool: include standard thread library

Attempt to address FTBFS:

/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/test_mempool.cc:399:11: error: request for member 'clear' in 'workers', which is of non-class type 'int'
  399 |   workers.clear();
      |           ^~~~~

seen in nautilus.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/test/test_mempool.cc