Add missing <vector> header

This commit is contained in:
Jason Rhinelander 2020-12-08 17:10:56 -04:00
parent b717d34557
commit 8ec73662c5

View file

@ -31,6 +31,7 @@
#pragma once
#include <sstream>
#include <vector>
#include "binary_archive.h"
#include <streambuf>