Skip to content

Commit

Permalink
Add missing include for completeness.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed May 11, 2015
1 parent a68cab0 commit a0d0b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ClientMainloopThread.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
// Standard includes
#include <stdexcept>
#include <thread>
#include <chrono>

static const auto SLEEP_TIME = std::chrono::milliseconds(1);

Expand Down

0 comments on commit a0d0b68

Please sign in to comment.