Skip to content
Snippets Groups Projects

COMP: fix build error (missing include)

Merged Victor Poughon requested to merge include-sharedptr into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -23,6 +23,7 @@
#define otbStandardOneLineFilterWatcher_h
#include <iosfwd>
#include <memory>
#include "otbFilterWatcherBase.h"
#include "otbStandardOutputPrintCallback.h"
Loading