diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-09 21:28:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-09 21:28:56 +0100 |
| commit | 8e79595c7867a634d89fe9da37dc142d63182a02 (patch) | |
| tree | 7ab70a44481b7128fff94a27d2c85e79b113358c /src/lib | |
| parent | fa2c49210c9fcf0f26205927aec0aceb13ca69ce (diff) | |
Try to fix Centos build.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/image.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc index bdd4f61d8..08507ec5f 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -826,7 +826,7 @@ Image::allocate () } Image::Image (Image const & other) - : enable_shared_from_this<Image>(other) + : boost::enable_shared_from_this<Image>(other) , _size (other._size) , _pixel_format (other._pixel_format) , _aligned (other._aligned) |
