Skip to content

Commit

Permalink
Compilation fixes for the proj feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed May 6, 2018
1 parent 1bc622d commit 0924f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/algorithm/proj.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use proj_sys::proj_errno;
use libc::{c_char, c_double, c_int};
use std::ffi::CString;
use ::{CoordinateType, Point};
use algorithm::map_coords::{TryMapCoords, MapCoordsInplaceFallible};
use algorithm::map_coords::TryMapCoords;
use std::ffi::CStr;
use std::str;
use failure::Error;
Expand Down
1 change: 1 addition & 0 deletions geo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ extern crate postgis;
extern crate proj_sys;
#[cfg(feature = "proj")]
extern crate libc;
#[macro_use]
extern crate failure;

pub use traits::ToGeo;
Expand Down

0 comments on commit 0924f31

Please sign in to comment.