Add stdexcept header in unit test files
This commit is contained in:
parent
d96b619515
commit
0bc6fbcea7
@ -2,6 +2,8 @@
|
||||
|
||||
#include "gtestwrapper.h"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
TEST(enforce, errMessage)
|
||||
{
|
||||
try {
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
#include <fstream>
|
||||
#include <cstdio>
|
||||
#include <cerrno>
|
||||
#include <stdexcept>
|
||||
|
||||
#include "gtestwrapper.h"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user