GDAL
armadillo_headers.h
1/******************************************************************************
2 * $Id$
3 *
4 * Project: GDAL
5 * Purpose: Includes armadillo header
6 * Author: Even Rouault <even dot rouault at spatialys dot com>
7 *
8 ******************************************************************************
9 * Copyright (c) 2019, Even Rouault <even dot rouault at spatialys dot com>
10 *
11 * SPDX-License-Identifier: MIT
12 *****************************************************************************/
13
14#ifndef ARMADILLO_HEADERS_H
15#define ARMADILLO_HEADERS_H
16
17#include "cpl_port.h"
18
19#ifdef HAVE_GCC_SYSTEM_HEADER
20#pragma GCC system_header
21#endif
22
23#include "armadillo"
24
25#endif // ARMADILLO_HEADERS_H
Core portability definitions for CPL.