From 385528cf23b9a27d31502865e13652a253d7e228 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 5 Oct 2016 12:28:39 +0200 Subject: [PATCH] Missing #include added --- include/wxex/common.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/wxex/common.h b/include/wxex/common.h index a3c3317..3a60bed 100644 --- a/include/wxex/common.h +++ b/include/wxex/common.h @@ -42,6 +42,7 @@ #include #include #include +#include /// @@ -126,8 +127,8 @@ inline bool wxModifyStyleEx(_In_ WXHWND hWnd, _In_ DWORD dwRemove, _In_ DWORD dw /// /// Inizializes wxWidgets localization scheme /// -/// The language identifier is read from "Language" configuration string (ll_CC form expected). -/// The path to folder containing localization catalogue PO files is read from "LocalizationRepositoryPath" configuration string. +/// The language identifier is read from `Language` configuration string ("ll_CC" form expected). +/// The path to folder containing localization catalogue PO files is read from `LocalizationRepositoryPath` configuration string. /// /// \param[inout] locale Locale to initialize ///