Skip to content

Commit

Permalink
Fix missing <chrono> header
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk authored Sep 26, 2022
1 parent 3d0401c commit 151181c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cppunit/rwlock_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include "lock_manager.h"
#include "rw_lock.h"
#include <chrono>
#include <thread>
#include <memory>
#include <gtest/gtest.h>
Expand Down

0 comments on commit 151181c

Please sign in to comment.