diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-08-29 11:46:17 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-08-29 11:46:17 +0200 |
commit | b1c301dc1ca62287180afc9d7fef7e548e120f1d (patch) | |
tree | 6aaf0ce2f705b05c253ac4e9fdb3f3fc9a6ed771 /src/playlist.cpp | |
parent | 4cb0e2232ae648775344b17cb3e48958d64a239a (diff) |
split majority of helpers and rewrite a few heinous functions
Diffstat (limited to 'src/playlist.cpp')
-rw-r--r-- | src/playlist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/playlist.cpp b/src/playlist.cpp index b0bb7d1d..3d6fb67d 100644 --- a/src/playlist.cpp +++ b/src/playlist.cpp @@ -27,6 +27,7 @@ #include "playlist.h" #include "song.h" #include "status.h" +#include "utility/comparators.h" using Global::MainHeight; using Global::MainStartY; |