Skip to content

Commit

Permalink
Merge pull request #5766 from johnhaddon/macBuildFix
Browse files Browse the repository at this point in the history
Arnold ShaderNetworkAlgo : Add missing include
  • Loading branch information
murraystevenson authored Apr 3, 2024
2 parents 993c8c7 + 379cb31 commit 92e44dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/IECoreArnold/ShaderNetworkAlgo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
#include "boost/lexical_cast.hpp"
#include "boost/unordered_map.hpp"

#include <unordered_map>

using namespace std;
using namespace Imath;
using namespace IECore;
Expand Down

0 comments on commit 92e44dd

Please sign in to comment.