Merge pull request #51 from lioncash/inc

SpecBase: Add missing includes
This commit is contained in:
Phillip Stephens 2019-09-04 19:28:17 -07:00 committed by GitHub
commit 96e482567c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,7 +1,12 @@
#pragma once
#include <functional>
#include <string>
#include <thread>
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include <vector>
#include "hecl/Database.hpp"
#include "hecl/Blender/Token.hpp"