From ae3a6a04282ffaeaa010edbff1850a522d255054 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 7 Aug 2012 18:20:38 +0200 Subject: Move unit cell utility stuff to separate module --- tests/gpu_sim_check.c | 1 + tests/pr_gradient_check.c | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/gpu_sim_check.c b/tests/gpu_sim_check.c index 5b6f6da7..5c45ea02 100644 --- a/tests/gpu_sim_check.c +++ b/tests/gpu_sim_check.c @@ -36,6 +36,7 @@ #include #include #include +#include #ifdef HAVE_CLOCK_GETTIME diff --git a/tests/pr_gradient_check.c b/tests/pr_gradient_check.c index 6972b66a..b39dfd05 100644 --- a/tests/pr_gradient_check.c +++ b/tests/pr_gradient_check.c @@ -32,6 +32,7 @@ #include #include +#include #include #include #include "../src/post-refinement.h" -- cgit v1.2.3