diff options
author | jfons <joan.fonssanchez@gmail.com> | 2020-06-06 19:03:16 +0200 |
---|---|---|
committer | jfons <joan.fonssanchez@gmail.com> | 2020-06-06 19:03:16 +0200 |
commit | dd79d1ce7847e7631ac56d28ca018c48bfae5af3 (patch) | |
tree | 71ff39b3c4da1710d0eef35b84e00ce8050611a7 /thirdparty/oidn/core/network.cpp | |
parent | dc67d0737b86c7a6cab66752b96631c59c703997 (diff) |
Upgrade OpenImageDenoise to v1.1.0
Upgrade OIDN to 1.1.0, the latest stable version that doesn't need
the ISPC compiler.
Documented the changes made during the removal of TBB and added a patch
file for them.
Diffstat (limited to 'thirdparty/oidn/core/network.cpp')
-rw-r--r-- | thirdparty/oidn/core/network.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/thirdparty/oidn/core/network.cpp b/thirdparty/oidn/core/network.cpp index 4da32073cd..ed8328c954 100644 --- a/thirdparty/oidn/core/network.cpp +++ b/thirdparty/oidn/core/network.cpp @@ -14,10 +14,12 @@ // limitations under the License. // // ======================================================================== // -#include "network.h" #include "upsample.h" #include "weights_reorder.h" +#include "network.h" +// -- GODOT start -- #include <cstring> +// -- GODOT end -- namespace oidn { |