tuple/type: add forgotten header guard

This commit is contained in:
Danny Robson 2019-03-11 10:43:38 +11:00
parent 4a73a3cea7
commit 8c42829f4f

View File

@ -6,6 +6,8 @@
* Copyright 2015-2018 Danny Robson <danny@nerdcruft.net>
*/
#pragma once
#include "../types.hpp"
#include "../types/traits.hpp"