Skip to content
Snippets Groups Projects
Commit b6d54d39 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

add missing includes

parent 4827fe4e
No related branches found
No related tags found
1 merge request!142Fix most of libstdc++ vs libc++ incompatibilty
......@@ -9,6 +9,7 @@
#define _MOVE_H_
 
#include <abstraction/Value.hpp>
#include <vector>
 
namespace cli {
 
......
......@@ -8,6 +8,8 @@
#ifndef SYMBOL_OR_EPSILON_HPP_
#define SYMBOL_OR_EPSILON_HPP_
 
#include <optional>
#include <alib/tuple>
 
#include <core/normalize.hpp>
......
......@@ -4,6 +4,7 @@
#include <stdexcept>
#include <regex>
#include <utility>
#include <map>
 
#include <common/EvalHelper.h>
 
......
......@@ -2,6 +2,7 @@
#include <memory>
#include <alib/vector>
#include <libgen.h>
#include <map>
 
#include "testing/TimeoutAqlTest.hpp"
#include "testing/TestFiles.hpp"
......
......@@ -13,6 +13,7 @@
#include <functional>
#include <optional>
#include <sstream>
#include <vector>
 
namespace alib {
 
......
#include <catch2/catch.hpp>
 
#include <array>
#include <alib/utility>
 
namespace {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment