|
From: Lasse Kärkkäi. <tr...@us...> - 2009-11-13 12:05:24
|
Module: performous
Branch: dance
Commit: 55411a50a24435e95e5d6c6202c87e0617195425
Author: Lasse Karkkainen <tro...@tr...>
Date: Fri Nov 13 14:05:39 2009 +0200
Missing include
---
game/dancegraph.cc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/game/dancegraph.cc b/game/dancegraph.cc
index a335950..c93eabc 100644
--- a/game/dancegraph.cc
+++ b/game/dancegraph.cc
@@ -1,6 +1,7 @@
#include "dancegraph.hh"
-#include "fs.hh"
+#include "fs.hh"
+#include <boost/lexical_cast.hpp>
namespace {
const float past = -0.2f;
|