From f3619052fa5171fd88464f2180581748dbb3eab0 Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Tue, 30 Apr 2013 08:22:48 +0200 Subject: [PATCH] fix include file --- libsharp/sharp_mpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsharp/sharp_mpi.h b/libsharp/sharp_mpi.h index 17bd855..1053a65 100644 --- a/libsharp/sharp_mpi.h +++ b/libsharp/sharp_mpi.h @@ -33,7 +33,7 @@ #define PLANCK_SHARP_MPI_H #include -#include "sharp.h" +#include "sharp_lowlevel.h" #ifdef __cplusplus extern "C" {