Skip to content

Commit

Permalink
Includes condition variable in File.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenix3 committed Aug 19, 2022
1 parent 08e106c commit bee02c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libultraship/libultraship/File.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <string>
#include <memory>
#include <mutex>
#include <condition_variable>

namespace Ship {
class Archive;
Expand Down

0 comments on commit bee02c6

Please sign in to comment.