From 399515c7a783f84b5c40c5e1733500b3d62bf634 Mon Sep 17 00:00:00 2001 From: firewave Date: Wed, 22 Jan 2020 13:31:52 +0100 Subject: use C++ library includes (nw) --- src/lib/formats/nes_dsk.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/formats/nes_dsk.cpp') diff --git a/src/lib/formats/nes_dsk.cpp b/src/lib/formats/nes_dsk.cpp index 60dbba5dafa..dd311862ca7 100644 --- a/src/lib/formats/nes_dsk.cpp +++ b/src/lib/formats/nes_dsk.cpp @@ -9,8 +9,8 @@ *********************************************************************/ -#include -#include +#include +#include #include "formats/nes_dsk.h" #include "formats/basicdsk.h" -- cgit v1.2.3-70-g09d2