fix missing include

This commit is contained in:
danielque
2017-08-28 15:37:16 +02:00
parent 1b9f7020ac
commit d5fbf402cb

View File

@ -36,11 +36,11 @@ Description
#define CFDEM_MATH_EXTRA_H
#include <vector>
//#include "math.h"
#include <stdio.h>
#include <string.h>
#include <error.h>
#include <ctype.h>
#include "mathematicalConstants.H"
#define TOLERANCE_ORTHO 1e-10