Add seemingly missing string includes.

This commit is contained in:
Danila Fedorin 2020-04-09 16:26:10 -07:00
parent fd77fe078a
commit 8c1168d818
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include <memory>
#include <map>
#include <string>
#include <vector>
#include <set>

View File

@ -1,5 +1,6 @@
#pragma once
#include <map>
#include <string>
#include "type.hpp"
struct type_env;