aboutsummaryrefslogtreecommitdiff
path: root/src/raw
diff options
context:
space:
mode:
Diffstat (limited to 'src/raw')
-rw-r--r--src/raw/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raw/types.rs b/src/raw/types.rs
index 93a75b7..2fbdabc 100644
--- a/src/raw/types.rs
+++ b/src/raw/types.rs
@@ -1,4 +1,5 @@
use std::{self, fmt};
+use num_derive::FromPrimitive;
/// The "friend or foe" enum.
#[derive(Copy, Clone, Debug, PartialEq, Eq, FromPrimitive)]