diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 16:10:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 18:00:28 +0100 |
| commit | dbf43f9113d88245f27493fd5d6950ba142b7f1f (patch) | |
| tree | a8f884bc08421fd507ca249ea9610cadb09b7336 /src/lib/config.cc | |
| parent | edbdc717041a76b01b77a4495031478082f5882e (diff) | |
Move ServerDescription into its own header.
Diffstat (limited to 'src/lib/config.cc')
| -rw-r--r-- | src/lib/config.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index 211637ede..6a3734dcc 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -22,6 +22,7 @@ #include "filter.h" #include "ratio.h" #include "types.h" +#include "log.h" #include "dcp_content_type.h" #include "cinema_sound_processor.h" #include "colour_conversion.h" |
