summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-26 16:10:04 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-26 18:00:28 +0100
commitdbf43f9113d88245f27493fd5d6950ba142b7f1f (patch)
treea8f884bc08421fd507ca249ea9610cadb09b7336 /src/lib/encoder.cc
parentedbdc717041a76b01b77a4495031478082f5882e (diff)
Move ServerDescription into its own header.
Diffstat (limited to 'src/lib/encoder.cc')
-rw-r--r--src/lib/encoder.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc
index 195b10f44..b35f49a1b 100644
--- a/src/lib/encoder.cc
+++ b/src/lib/encoder.cc
@@ -34,6 +34,7 @@
#include "player.h"
#include "player_video.h"
#include "data.h"
+#include "server_description.h"
#include "compose.hpp"
#include <libcxml/cxml.h>
#include <boost/foreach.hpp>