Skip to content

Commit

Permalink
Add #include <condition_variable> into SimpleEvent.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gdex committed Jul 12, 2023
1 parent fe900dd commit a2bc02a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimpleEvent.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <mutex>
#include <condition_variable>

namespace stdx
{
Expand Down

0 comments on commit a2bc02a

Please sign in to comment.