aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/proj.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proj.h b/src/proj.h
index 0597db26..e2c47a17 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -119,6 +119,10 @@
#include <stddef.h> /* For size_t */
+#ifdef ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
+ #error "The proj_api.h header has been removed from PROJ with version 8.0.0"
+#endif
+
#ifdef PROJ_RENAME_SYMBOLS
#include "proj_symbol_rename.h"
#endif