Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jul 23, 2018
1 parent 9991969 commit 096fe05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Helpers/RFX_AE_Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@

#include <cmath>
#include <string>
#include <cassert>

#include "RFX_Utils.h"
#include "RFX_Parameter.h"
Expand Down
1 change: 1 addition & 0 deletions Helpers/RFX_OFX_Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
#include <stdexcept>
#include <new>
#include <cstring>
#include <cassert>
#include <cmath>
#include <cstdlib>
#include <cstdio>
Expand Down
1 change: 1 addition & 0 deletions gmic_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ using namespace reduxfx;
#include "gmic_stdlib_gmic.h"
#include <sstream>
#include <cstdlib>
#include <cassert>
#ifdef DEBUG
#include <iostream>
#endif
Expand Down

0 comments on commit 096fe05

Please sign in to comment.