Skip to content

Commit

Permalink
windows math dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-sawhney committed May 16, 2023
1 parent 5c12537 commit 037a8d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/bff/mesh/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

#define _USE_MATH_DEFINES

#include <cmath>
#include <math.h>
#include <stdlib.h>
#include <string>
#include <vector>
#include <algorithm>
#include <iostream>
#include <cmath>
#include "bff/linear-algebra/Vector.h"

namespace bff {
Expand Down

0 comments on commit 037a8d0

Please sign in to comment.