From bdea94a6653240e0e477eda186ceccbe6be00535 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 28 Jun 2018 12:24:45 -0400 Subject: Move floating-point math functions into a new lib/math --- src/or/rephist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/rephist.c') diff --git a/src/or/rephist.c b/src/or/rephist.c index 2103eecdfb..907b01d68e 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -94,6 +94,8 @@ #include "lib/container/bloomfilt.h" #include "lib/container/order.h" +#include "lib/math/fp.h" +#include "lib/math/laplace.h" static void bw_arrays_init(void); static void predicted_ports_alloc(void); -- cgit v1.2.3-54-g00ecf