Skip to content
Snippets Groups Projects
Commit b55142eb authored by Victor Poughon's avatar Victor Poughon
Browse files

REFAC: include-what-you-use in Modules/Core/VectorDataBase

parent 76f44bc9
Branches
Tags
No related merge requests found
...@@ -21,9 +21,11 @@ ...@@ -21,9 +21,11 @@
#ifndef otbVectorDataKeywordlist_h #ifndef otbVectorDataKeywordlist_h
#define otbVectorDataKeywordlist_h #define otbVectorDataKeywordlist_h
#include <iosfwd>
#include <vector>
#include "itkLightObject.h" #include "itkLightObject.h"
#include "itkObjectFactory.h" #include "itkObjectFactory.h"
#include <vector>
#if defined(__GNUC__) || defined(__clang__) #if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push #pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wshadow" #pragma GCC diagnostic ignored "-Wshadow"
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <ostream>
#include "otbVectorDataIOBase.h" #include "otbVectorDataIOBase.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment