Skip to content

Commit

Permalink
fix single-thread build
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Nov 19, 2020
1 parent 0fa88ef commit 40159a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/scoped_timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Revision History:
#include "util/scoped_timer.h"
#include "util/mutex.h"
#include "util/util.h"
#include <atomic>
#include <chrono>
#include <climits>
#include <condition_variable>
Expand Down

0 comments on commit 40159a3

Please # to comment.