From b727b33fb06486d6f759418dd91952715d09c9e4 Mon Sep 17 00:00:00 2001 From: vczh Date: Sat, 6 Nov 2021 03:31:32 -0700 Subject: [PATCH] ... --- Tutorial/GacUI_Windows/Direct2DClock/AnimationControl.cpp | 2 +- Tutorial/GacUI_Windows/WindowIcon/Main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tutorial/GacUI_Windows/Direct2DClock/AnimationControl.cpp b/Tutorial/GacUI_Windows/Direct2DClock/AnimationControl.cpp index af11e56c..cb883f1b 100644 --- a/Tutorial/GacUI_Windows/Direct2DClock/AnimationControl.cpp +++ b/Tutorial/GacUI_Windows/Direct2DClock/AnimationControl.cpp @@ -1,6 +1,6 @@ #define GAC_HEADER_USE_NAMESPACE #include "AnimationControl.h" -#include +#include namespace demo { diff --git a/Tutorial/GacUI_Windows/WindowIcon/Main.cpp b/Tutorial/GacUI_Windows/WindowIcon/Main.cpp index 4b6799d5..85d87995 100644 --- a/Tutorial/GacUI_Windows/WindowIcon/Main.cpp +++ b/Tutorial/GacUI_Windows/WindowIcon/Main.cpp @@ -1,6 +1,6 @@ #define GAC_HEADER_USE_NAMESPACE #include "UI/Source/Demo.h" -#include +#include #include "resource.h" using namespace vl::collections;