diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-15 19:54:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-15 19:54:27 +0100 |
| commit | 9a9f2cf479127bf9b3eff726f4f73103acae9b85 (patch) | |
| tree | b2e7c1562df096444cbef6b6f70d645e4c731bd3 /src/wx/content_menu.cc | |
| parent | 8de868219596a8af8383341667cd96853646fbea (diff) | |
Fix includes.
Diffstat (limited to 'src/wx/content_menu.cc')
| -rw-r--r-- | src/wx/content_menu.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc index 6f1050302..1a409fa6c 100644 --- a/src/wx/content_menu.cc +++ b/src/wx/content_menu.cc @@ -18,6 +18,7 @@ */ #include <wx/wx.h> +#include "lib/playlist.h" #include "lib/film.h" #include "content_menu.h" #include "repeat_dialog.h" |
