Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Aug 18, 2024
1 parent c73866e commit e518130
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/toucan/ImageEffectHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "Util.h"

#include <cstring>
#include <iostream>
#include <sstream>

Expand Down
2 changes: 2 additions & 0 deletions plugins/Plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#include <OpenFX/ofxImageEffect.h>

#include <cstring>

Plugin::Plugin(const std::string& group, const std::string& name) :
_name(name),
_group(group)
Expand Down
2 changes: 2 additions & 0 deletions plugins/Util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#include <OpenFX/ofxImageEffect.h>

#include <cstring>

OIIO::ImageBuf propSetToBuf(OfxPropertySuiteV1* suite, OfxPropertySetHandle handle)
{
OfxRectI bounds;
Expand Down

0 comments on commit e518130

Please sign in to comment.