Skip to content

Commit

Permalink
added missing header
Browse files Browse the repository at this point in the history
* vector<bool> requires BufferSlice to work
  • Loading branch information
arBmind committed Feb 5, 2024
1 parent 49b628a commit ea81cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/serialize19.lib/serialize19/serialize.std_vector.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#include "BufferSlice.h"
#include "serialize.h"

#include <vector>
Expand Down

0 comments on commit ea81cc2

Please sign in to comment.