Fixed zm_logger not including zm_config.h first.

This commit is contained in:
mastertheknife 2013-09-25 09:00:52 +03:00
parent e8d20faec8
commit dddec742e0
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#ifndef ZM_LOGGER_H
#define ZM_LOGGER_H
#include "zm_config.h"
#include <stdint.h>
#include <unistd.h>
#include <string>
#include <map>