diff options
Diffstat (limited to 'django/contrib/gis/gdal/envelope.py')
| -rw-r--r-- | django/contrib/gis/gdal/envelope.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/gis/gdal/envelope.py b/django/contrib/gis/gdal/envelope.py index 4c2c1e4a1a..05832bd7cc 100644 --- a/django/contrib/gis/gdal/envelope.py +++ b/django/contrib/gis/gdal/envelope.py @@ -10,6 +10,7 @@ | | Lower left (min_x, min_y) o----------+ """ + from ctypes import Structure, c_double from django.contrib.gis.gdal.error import GDALException |
