Skip to content

Commit

Permalink
Missed an include in buffer.hpp that prevented builds
Browse files Browse the repository at this point in the history
  • Loading branch information
drojaazu committed Sep 15, 2022
1 parent f70d78b commit 50d8064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrgfx/inc/buffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <iostream>
#include <iterator>
#include <memory>
#include <functional>

template <typename DataT = char> class buffer
{
Expand Down

0 comments on commit 50d8064

Please sign in to comment.