Index: src/chext/ShellExtControl.h =================================================================== diff -u -N -rd5c3edd0d167db9b5d47d04248820fda49499a5e -rebc7fabbd2d59f9a0f723ea480b5374cc393ec12 --- src/chext/ShellExtControl.h (.../ShellExtControl.h) (revision d5c3edd0d167db9b5d47d04248820fda49499a5e) +++ src/chext/ShellExtControl.h (.../ShellExtControl.h) (revision ebc7fabbd2d59f9a0f723ea480b5374cc393ec12) @@ -20,6 +20,7 @@ #define __SHELLEXTCONTROL_H_ #include "resource.h" // main symbols +#include "..\liblogger\TLogger.h" ///////////////////////////////////////////////////////////////////////////// // CDropMenuExt @@ -55,6 +56,7 @@ } *m_pShellExtData; CComAutoCriticalSection m_lock; + logger::TLoggerPtr m_spLog; }; #endif //__SHELLEXTCONTROL_H_