Skip to content

Commit

Permalink
Bugfix for missing headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jun 27, 2024
1 parent 7482f90 commit f301081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.24)

project(byteme
VERSION 1.2.0
VERSION 1.2.1
DESCRIPTION "No-frills byte streaming from file"
LANGUAGES CXX)

Expand Down
2 changes: 2 additions & 0 deletions include/byteme/PerByte.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/

#include <thread>
#include <condition_variable>
#include <mutex>
#include <vector>
#include <algorithm>
#include <exception>
Expand Down

0 comments on commit f301081

Please sign in to comment.