diff --git a/cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.nuspec b/cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.nuspec index f98675f..afd4031 100644 --- a/cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.nuspec +++ b/cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.nuspec @@ -5,9 +5,8 @@ LinksPlatform's Platform.Exceptions Template Library LinksPlatform's Platform.Exceptions is a Template Library what contains abstract class templates. LinksPlatform's Platform.Exceptions is a Template Library what contains set of C++ abstract class templates. Use Platform.Exceptions.h file to include the library. - Platform.Delegates.TemplateLibrary dependency updated from 0.0.15 to 0.1.3 - Modernized C++ code - 0.1.0 + Use unix path style + 0.1.1 Konstantin Diachenko Konstantin Diachenko Konstantin Diachenko diff --git a/cpp/Platform.Exceptions/Platform.Exceptions.h b/cpp/Platform.Exceptions/Platform.Exceptions.h index 4bd8766..f54afbd 100644 --- a/cpp/Platform.Exceptions/Platform.Exceptions.h +++ b/cpp/Platform.Exceptions/Platform.Exceptions.h @@ -9,9 +9,9 @@ #include -#include "ExtensionRoots\EnsureAlwaysExtensionRoot.h" -#include "ExtensionRoots\EnsureOnDebugExtensionRoot.h" -#include "ExtensionRoots\ThrowExtensionRoot.h" +#include "ExtensionRoots/EnsureAlwaysExtensionRoot.h" +#include "ExtensionRoots/EnsureOnDebugExtensionRoot.h" +#include "ExtensionRoots/ThrowExtensionRoot.h" #include "Ensure.h" #include "EnsureExtensions.h" #include "IgnoredExceptions.h"