Skip to content

Commit

Permalink
Included missing header in ofImage.h required for instantination of o…
Browse files Browse the repository at this point in the history
…fImage_::clone() (#6314)
  • Loading branch information
thesstefan authored and arturoc committed Jul 27, 2019
1 parent de51b0e commit 9707492
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion libs/openFrameworks/graphics/ofImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "ofConstants.h"
#include "ofAppRunner.h"
#include "FreeImage.h"
#include "ofGLUtils.h"

#include "ofURLFileLoader.h"
#include "uriparser/Uri.h"
Expand Down
1 change: 1 addition & 0 deletions libs/openFrameworks/graphics/ofImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "ofPixels.h"
#include "ofGLBaseTypes.h"
#include "ofGraphicsConstants.h"
#include "ofGLUtils.h"

class ofFile;
class ofBuffer;
Expand Down

0 comments on commit 9707492

Please sign in to comment.