Skip to content

Commit

Permalink
Fixed includes. ref #143
Browse files Browse the repository at this point in the history
  • Loading branch information
epoupon committed Apr 25, 2021
1 parent 17f086a commit b45b30d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/libs/scrobbling/impl/IScrobbler.hpp
Expand Up @@ -19,8 +19,9 @@

#pragma once

#include <chrono>
#include <memory>
#include <vector>
#include <optional>

#include <Wt/WDateTime.h>

Expand Down
Expand Up @@ -19,9 +19,7 @@

#pragma once

#include <chrono>
#include <deque>
#include <mutex>

#include <Wt/Http/Client.h>
#include <Wt/WIOService.h>
Expand Down
4 changes: 2 additions & 2 deletions src/libs/scrobbling/include/scrobbling/IScrobbling.hpp
Expand Up @@ -21,9 +21,9 @@

#include <chrono>
#include <memory>
#include <vector>
#include <optional>
#include <set>
#include <string_view>
#include <vector>

#include <Wt/WDateTime.h>

Expand Down

0 comments on commit b45b30d

Please sign in to comment.