Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
|
||||
#include "../3rdparty/catch2/catch.hpp"
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
enum TestEnum : int8_t {
|
||||
ZERO,
|
||||
ONE,
|
||||
|
||||
Reference in New Issue
Block a user