Skip to content

Commit

Permalink
Add missing sstream include
Browse files Browse the repository at this point in the history
  • Loading branch information
chewi authored and MCMrARM committed Aug 26, 2019
1 parent a48cb4c commit a83f857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cll_upload_auth_step.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "cll_upload_auth_step.h"
#include "xbox_live_helper.h"
#include <cll/event_batch.h>
#include <sstream>

void CllUploadAuthStep::setAccount(std::string const& cid) {
std::lock_guard<std::recursive_mutex> lock (cidMutex);
Expand Down

0 comments on commit a83f857

Please sign in to comment.