mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-16 02:49:32 +01:00
Fixed trim() for single char strings (github #75)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#ifdef CATCH_PLATFORM_WINDOWS
|
||||
|
||||
#include "windows.h"
|
||||
#include <windows.h>
|
||||
|
||||
namespace Catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user