From a4e7560e21b43d38ea9340b0f5655dab3df38ba9 Mon Sep 17 00:00:00 2001 From: "chappuis.daniel" Date: Mon, 17 May 2010 21:45:01 +0000 Subject: [PATCH] git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@318 92aac97c-a6ce-11dd-a772-7fcde58d38e6 --- sources/reactphysics3d/mathematics/lcp/LCPSolver.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/reactphysics3d/mathematics/lcp/LCPSolver.h b/sources/reactphysics3d/mathematics/lcp/LCPSolver.h index f7cd2614..6d584ecc 100644 --- a/sources/reactphysics3d/mathematics/lcp/LCPSolver.h +++ b/sources/reactphysics3d/mathematics/lcp/LCPSolver.h @@ -21,6 +21,8 @@ #define LCPSOLVER_H // Libraries +#include +#include #include "../Vector.h" #include "../Matrix.h" #include "../../body/Body.h"