Skip to content

Commit

Permalink
Dispatcher : Add missing include
Browse files Browse the repository at this point in the history
This fixes compilation on MacOS.
  • Loading branch information
johnhaddon committed Dec 11, 2023
1 parent 87b6b73 commit 7abbb7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GafferDispatch/Dispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@

#include "fmt/format.h"

#include <unordered_map>

using namespace std;
using namespace IECore;
using namespace Gaffer;
Expand Down

0 comments on commit 7abbb7f

Please sign in to comment.