Skip to content
Snippets Groups Projects
Forked from Main Repositories / otb
9314 commits behind the upstream repository.
otb_tinyxml.h.in 733 B
/*=========================================================================

  Program:   ORFEO Toolbox
  Language:  C++
  Date:      $Date$
  Version:   $Revision$


  Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
  See OTBCopyright.txt for details.


     This software is distributed WITHOUT ANY WARRANTY; without even 
     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
     PURPOSE.  See the above copyright notices for more information.

=========================================================================*/
#ifndef otb_tinyxml_h
#define otb_tinyxml_h

#ifndef TIXML_USE_STL
#cmakedefine TIXML_USE_STL
#endif

#include "tinyxml.h"
#ifdef DEBUG
#undef DEBUG
#endif

#endif