Skip to content

Commit

Permalink
Merge pull request #553 from boostorg/fix-missing-forward-declaration
Browse files Browse the repository at this point in the history
Add missing forward declaration to image3d.hpp
  • Loading branch information
kylelutz committed Feb 3, 2016
2 parents 5acd175 + ff0b5ad commit 5e4699a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/boost/compute/image/image3d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
namespace boost {
namespace compute {

// forward declarations
class command_queue;

/// \class image3d
/// \brief An OpenCL 3D image object
///
Expand Down

0 comments on commit 5e4699a

Please sign in to comment.