fix f16 build

This commit is contained in:
Trevor Spiteri 2019-01-26 21:49:13 +01:00
parent 59b407ba61
commit 3d6bfecf6f
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
use core::ops::{Add, Sub};
use frac::{IsGreaterOrEqual, IsLessOrEqual, True, Unsigned, U0, U1, U128, U16, U2, U32, U64, U8};
#[cfg(feature = "f16")]
use half::f16;
use {
FixedI128, FixedI16, FixedI32, FixedI64, FixedI8, FixedU128, FixedU16, FixedU32, FixedU64,
FixedU8,