]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: fix missing include boost/noncopyable.hpp 24278/head
authorWillem Jan Withagen <wjw@digiware.nl>
Tue, 25 Sep 2018 21:36:30 +0000 (23:36 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Wed, 26 Sep 2018 08:30:57 +0000 (10:30 +0200)
commit0654099d4b2f9f9423d7e8cf00e9e3351a24ec67
treebd764704dc4b4a66256cdbf9ddd4fab91c451bb2
parent008316a127bec0941e319e2346577308d9c16b20
common: fix missing include boost/noncopyable.hpp

Clang complains:
```
In file included from /home/jenkins/workspace/ceph-master/src/osd/ReplicatedBackend.cc:15:
In file included from /home/jenkins/workspace/ceph-master/src/osd/ReplicatedBackend.h:18:
In file included from /home/jenkins/workspace/ceph-master/src/osd/PGBackend.h:27:
In file included from /home/jenkins/workspace/ceph-master/src/osd/PGTransaction.h:25:
/home/jenkins/workspace/ceph-master/src/common/inline_variant.h:88:64: error: expected class name
struct generic_visitor : boost::static_visitor<Result>, boost::noncopyable
                                                               ^
1 error generated.
gmake[2]: *** [src/osd/CMakeFiles/osd.dir/build.make:141: src/osd/CMakeFiles/osd.dir/ReplicatedBackend.cc.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
```

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/common/inline_variant.h