Skip to content

Commit

Permalink
Merge pull request #104 from joto/master
Browse files Browse the repository at this point in the history
Add missing includes
  • Loading branch information
joto committed May 1, 2021
2 parents 9f85f3a + 67133e3 commit d3a3579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/protozero/buffer_string.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ documentation.
*/

#include "buffer_tmpl.hpp"
#include "config.hpp"

#include <cstddef>
#include <iterator>
Expand Down
1 change: 1 addition & 0 deletions include/protozero/buffer_vector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ documentation.
*/

#include "buffer_tmpl.hpp"
#include "config.hpp"

#include <cstddef>
#include <iterator>
Expand Down

0 comments on commit d3a3579

Please sign in to comment.