diff --git a/Frameworks/CoreGraphics/D2DWrapper.mm b/Frameworks/CoreGraphics/D2DWrapper.mm index ec6d374653..4d09accebd 100644 --- a/Frameworks/CoreGraphics/D2DWrapper.mm +++ b/Frameworks/CoreGraphics/D2DWrapper.mm @@ -15,6 +15,7 @@ //****************************************************************************** #import +#import static const wchar_t* TAG = L"_D2DWrapper"; diff --git a/Frameworks/include/CoreGraphics/D2DWrapper.h b/Frameworks/include/CoreGraphics/D2DWrapper.h index 11d3ed95f4..4c6c9905a6 100644 --- a/Frameworks/include/CoreGraphics/D2DWrapper.h +++ b/Frameworks/include/CoreGraphics/D2DWrapper.h @@ -21,8 +21,6 @@ #import #include -#import - using namespace std; using namespace Microsoft::WRL;