Skip to content

Commit 45b5d55

Browse files
committed
Merge branch 'feature/modernisation-inheritance' of github.com:ecmwf/eccodes into feature/modernisation-inheritance
2 parents 867da99 + 481c78c commit 45b5d55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/accessor/grib_accessor_class_data_ccsds_packing.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
#if defined(HAVE_LIBAEC) || defined(HAVE_AEC)
1515
#include <libaec.h>
16+
#ifndef LIBAEC_DLL_EXPORTED
17+
#error Version of libaec appears to be too old. Please upgrade.
18+
#endif
1619
#endif
1720

18-
#ifndef LIBAEC_DLL_EXPORTED
19-
#error Version of libaec appears to be too old. Please upgrade.
20-
#endif
2121

2222
grib_accessor_class_data_ccsds_packing_t _grib_accessor_class_data_ccsds_packing{ "data_ccsds_packing" };
2323
grib_accessor_class* grib_accessor_class_data_ccsds_packing = &_grib_accessor_class_data_ccsds_packing;

0 commit comments

Comments
 (0)