From a91d9f7d89abd6cda6fafb7b5e7cacf4b3590c29 Mon Sep 17 00:00:00 2001 From: jar Date: Sun, 15 Oct 2017 14:22:45 -0400 Subject: [PATCH] Include math.h for NAN (#137) commit 85c40db208db3e26f507dc6a74a5dc540b504b5c introduced a NAN dependency but did not include the math.h header --- riscv/interactive.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/riscv/interactive.cc b/riscv/interactive.cc index e6e8616..dbcd224 100644 --- a/riscv/interactive.cc +++ b/riscv/interactive.cc @@ -17,6 +17,7 @@ #include #include #include +#include DECLARE_TRAP(-1, interactive) -- 2.30.2