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
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"