|
From: Ville I. <fus...@us...> - 2010-05-11 20:49:20
|
Module: performous Branch: master Commit: 81486be5fedcde4efe88b973e4d4cfcedc125e00 Author: Ville Immonen <imm...@gm...> Date: Tue May 11 23:48:09 2010 +0300 Missing include added to webcam.hh. --- game/webcam.hh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/game/webcam.hh b/game/webcam.hh index 3fb1cea..8c39c62 100644 --- a/game/webcam.hh +++ b/game/webcam.hh @@ -10,6 +10,7 @@ typedef void CvCapture; #include <boost/scoped_ptr.hpp> #include <boost/thread/mutex.hpp> #include <boost/thread/thread.hpp> +#include <vector> #include "surface.hh" |