convert gpu lib to use c++-style include files

This commit is contained in:
Axel Kohlmeyer
2018-05-08 00:25:10 -04:00
parent ff6507e7b7
commit 3394d18a2a
60 changed files with 60 additions and 60 deletions

View File

@ -16,7 +16,7 @@
#ifndef LAL_ANSWER_H
#define LAL_ANSWER_H
#include <math.h>
#include <cmath>
#include "mpi.h"
#if defined(USE_OPENCL)