|
From: Markus R. <god...@us...> - 2009-07-29 15:35:00
|
Module: performous
Branch: master
Commit: 47770d645728a085eecb435cfcaf228b36f7bf09
Author: Markus Raab <un...@ma...>
Date: Thu Jul 23 08:35:26 2009 +0200
missing include file
performous builds now on debian etch
---
game/joystick.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/game/joystick.cc b/game/joystick.cc
index a787e68..d105b7f 100644
--- a/game/joystick.cc
+++ b/game/joystick.cc
@@ -1,6 +1,8 @@
#include "joystick.hh"
#include <iostream>
+#include <boost/lexical_cast.hpp>
+
Joysticks joysticks;
Joystick::Joystick(unsigned int _id): m_id(_id) {
|