Merge pull request #3093 from Subv/missing_includes

Added missing headers to CMakeLists.txt and fixed includes.
This commit is contained in:
James Rowe 2017-11-07 20:09:19 -07:00 committed by GitHub
commit ddee442ff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#pragma once
#include <array>
#include <memory>
#include <string>
#include <vector>

View file

@ -4,6 +4,7 @@
#pragma once
#include <array>
#include <string>
#include <vector>
#include "common/common_types.h"