1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-15 02:11:12 -04:00

Added missing #include in test file

This commit is contained in:
Phil Nash 2017-02-13 17:43:43 +00:00
parent d08cee288f
commit 1cb8bafb1f

View File

@ -10,6 +10,8 @@
#pragma clang diagnostic ignored "-Wpadded"
#endif
#include <stdio.h>
#include "catch.hpp"
#ifdef __clang__