Add missing simgear_config.h include
Required for HAVE_STD_INDEX_SEQUENCE to be properly set.
This commit is contained in:
parent
ebd2cdb7a7
commit
ca30d6bb3d
@ -20,6 +20,8 @@
|
||||
#ifndef SIMGEAR_MISC_INTEGER_SEQUENCE_HXX_
|
||||
#define SIMGEAR_MISC_INTEGER_SEQUENCE_HXX_
|
||||
|
||||
#include <simgear_config.h>
|
||||
|
||||
#include <utility>
|
||||
#include <type_traits>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user