Skip to content

Commit 37a92f6

Browse files
committed
Add missing <chrono> include in Playlist.cpp
1 parent 51142f0 commit 37a92f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/playlist/Playlist.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "Playlist.hpp"
22

33
#include <algorithm>
4+
#include <chrono>
45

56
// Fall back to boost if compiler doesn't support C++17
67
#include PROJECTM_FILESYSTEM_INCLUDE

0 commit comments

Comments
 (0)