mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	fix include statement
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "catch.hpp"
 | 
					#include "catch.hpp"
 | 
				
			||||||
#include <catch2/internal/catch_windows_h_proxy.hpp>
 | 
					#include "internal/catch_windows_h_proxy.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef __clang__
 | 
					#ifdef __clang__
 | 
				
			||||||
#   pragma clang diagnostic ignored "-Wc++98-compat"
 | 
					#   pragma clang diagnostic ignored "-Wc++98-compat"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user