Fixed error "Stream does not name a type" (issue #412)

This commit is contained in:
Benoit Blanchon
2017-01-15 16:23:20 +01:00
parent ec6cbc5135
commit 567157b005
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
#pragma once
#include <Stream.h>
#include "../TypeTraits/EnableIf.hpp"
#include "../TypeTraits/IsBaseOf.hpp"
#include "../TypeTraits/RemoveReference.hpp"