summaryrefslogtreecommitdiff
path: root/euler/include/std/fwd/vector.hpp
blob: fd8fe159517fc2412eb5657b142936b4be2f499a (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

#include <std/fwd/allocator.hpp>

namespace std {
  template <class T, class Allocator = std::allocator<T>>
  class vector;
}