Skip to content

Commit

Permalink
Add missing stdint include to satisfy newer compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Dec 5, 2024
1 parent 5be46a8 commit b63a229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/filter-extensions/spatial/adapter_functions.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#ifndef SPATIAL_FILTER_ADAPTER_FUNCTIONS_H
#define SPATIAL_FILTER_ADAPTER_FUNCTIONS_H
#include <stdint.h>

// C++ compatible header that allows access to C structs
// or functions that are defined in C++ incompatible headers.
Expand Down

0 comments on commit b63a229

Please sign in to comment.