Merge pull request #25732 from matwey/missed_include_optional_2

Fix some more missed includes
This commit is contained in:
alexey-milovidov 2021-06-26 14:04:06 +03:00 committed by GitHub
commit 6662e7ab0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include <string>
#include <optional>
#include <vector>
#include <boost/noncopyable.hpp>
#include <unordered_map>

View File

@ -2,6 +2,7 @@
#include <map>
#include <list>
#include <optional>
#include <string>
#include <set>
#include <initializer_list>

View File

@ -1,5 +1,6 @@
#pragma once
#include <limits>
#include <tuple>
#include <common/types.h>
#include <common/DayNum.h>