Include required <array> header.

This commit is contained in:
Atgeirr Flø Rasmussen 2018-06-28 14:45:30 +02:00
parent 1f7a2d5459
commit ffa4a8ef7b

View File

@ -21,6 +21,7 @@
#ifndef COMPLETION_HPP_
#define COMPLETION_HPP_
#include <array>
#include <map>
#include <memory>
#include <string>