Fixed zm_logger not including zm_config.h first.
This commit is contained in:
parent
e8d20faec8
commit
dddec742e0
|
@ -20,6 +20,8 @@
|
||||||
#ifndef ZM_LOGGER_H
|
#ifndef ZM_LOGGER_H
|
||||||
#define ZM_LOGGER_H
|
#define ZM_LOGGER_H
|
||||||
|
|
||||||
|
#include "zm_config.h"
|
||||||
|
#include <stdint.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
Loading…
Reference in New Issue