~ricmm/media-hub/multiple-sessions

« back to all changes in this revision

Viewing changes to src/core/media/engine.cpp

MergedĀ lp:~thomas-voss/media-hub/switch-to-properties-cpp

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include "engine.h"
20
20
 
21
21
#include <exception>
 
22
#include <stdexcept>
22
23
 
23
24
namespace media = core::ubuntu::media;
24
25