fix build

master
Daniel Kolesa 2017-04-23 15:34:45 +02:00
parent f0f6dc437f
commit 8d62c09f88
3 changed files with 3 additions and 4 deletions

View File

@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <optional>
#include <functional>
#include <type_traits>
@ -13,7 +14,6 @@
#include <ostd/platform.hh>
#include <ostd/string.hh>
#include <ostd/vector.hh>
#include <ostd/range.hh>
#include <ostd/io.hh>
#include <ostd/format.hh>

View File

@ -2,9 +2,9 @@
#define LIBCUBESCRIPT_CS_UTIL_HH
#include <type_traits>
#include <unordered_map>
#include <ostd/string.hh>
#include <ostd/unordered_map.hh>
namespace cscript {

View File

@ -5,8 +5,7 @@
#include <cstdlib>
#include <array>
#include <ostd/vector.hh>
#include <vector>
#include "cs_util.hh"