Commit 4547cbaf authored by Cresson Remi's avatar Cresson Remi
Browse files

FIX: header test

No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
// TF common // TF common
#include "otbTensorflowCommon.h" #include "otbTensorflowCommon.h"
// Tree iterator
#include "itkPreOrderTreeIterator.h"
namespace otb namespace otb
{ {
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
#ifndef otbTensorflowStreamerFilter_h #ifndef otbTensorflowStreamerFilter_h
#define otbTensorflowStreamerFilter_h #define otbTensorflowStreamerFilter_h
// Image2image
#include "itkImageToImageFilter.h" #include "itkImageToImageFilter.h"
#include "itkProgressReporter.h"
namespace otb namespace otb
{ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment