Add .travis.yml

This commit is contained in:
Jonathan Müller 2017-04-20 12:17:00 +02:00
commit 1420abc81b
14 changed files with 82 additions and 13 deletions

View file

@ -5,6 +5,8 @@
#ifndef CPPAST_CPP_ENTITY_HPP_INCLUDED
#define CPPAST_CPP_ENTITY_HPP_INCLUDED
#include <string>
#include <type_safe/optional_ref.hpp>
#include <cppast/detail/intrusive_list.hpp>