Skip to content

Commit

Permalink
Add missing include.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed May 1, 2024
1 parent 40b9525 commit 31013dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Bindings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include "Bindings.h"

#include <Exception.h>
#include <algorithm>

#include "Exception.h"
#include "FilenameVariable.h"
#include "TextVariable.h"
#include "VariableDependencies.h"
Expand Down

0 comments on commit 31013dc

Please sign in to comment.