From ec7dfb3675973e0e0ec6df69c871797bc94e8413 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 4 Jan 2022 12:36:35 +0000 Subject: Use C++11 header names instead of their deprecated equivalents. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index f4db34054..09bcea007 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,7 +17,7 @@ #include "uplink.h" #ifndef _WIN32 -#include +#include #else #include #endif -- cgit