diff options
| author | jhurst <jhurst@cinecert.com> | 2011-03-05 19:15:02 +0000 |
|---|---|---|
| committer | jhurst <> | 2011-03-05 19:15:02 +0000 |
| commit | 28996ba007bb65d908e8bf35aedcd71c906f7fee (patch) | |
| tree | 01af720d3c4f3e8b04ef267dafd75d07bd2b8fd4 /src/KM_log.h | |
| parent | cb3d6d3ded4b86b903fbf734b41cdee883b335d7 (diff) | |
*** empty log message ***
Diffstat (limited to 'src/KM_log.h')
| -rwxr-xr-x | src/KM_log.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KM_log.h b/src/KM_log.h index 0989706..b9eab31 100755 --- a/src/KM_log.h +++ b/src/KM_log.h @@ -40,6 +40,9 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <errno.h> #include <iosfwd> +#include <atlbase.h> +#include <atlcom.h> + #define LOG_MSG_IMPL(t) \ va_list args; \ va_start(args, fmt); \ |
