You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
686 B
26 lines
686 B
/******************************************************************************
|
|
* $Id$
|
|
*
|
|
* Project: GDAL
|
|
* Purpose: Includes armadillo header
|
|
* Author: Even Rouault <even dot rouault at spatialys dot com>
|
|
*
|
|
******************************************************************************
|
|
* Copyright (c) 2019, Even Rouault <even dot rouault at spatialys dot com>
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*****************************************************************************/
|
|
|
|
#ifndef ARMADILLO_HEADERS_H
|
|
#define ARMADILLO_HEADERS_H
|
|
|
|
#include "cpl_port.h"
|
|
|
|
#ifdef HAVE_GCC_SYSTEM_HEADER
|
|
#pragma GCC system_header
|
|
#endif
|
|
|
|
#include "armadillo"
|
|
|
|
#endif // ARMADILLO_HEADERS_H
|