Skip to content

Commit

Permalink
add include for unique_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jul 31, 2024
1 parent f916e1c commit 58d68e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BaseIO.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <cstdint>
#include <iostream>
#include <memory>
#include <string>
#include <vector>

Expand Down

0 comments on commit 58d68e0

Please sign in to comment.