Build pass without glog

This commit is contained in:
John Zhao
2018-09-04 16:07:36 +08:00
parent 02856194a0
commit 94ecacef6c
5 changed files with 50 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
#include <algorithm>
#include <iomanip>
#include <iostream>
#include <sstream>
#include "mynteye/logger.h"

View File

@@ -16,6 +16,9 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/stat.h>
@@ -27,6 +30,7 @@
#include <chrono>
#include <fstream>
#include <sstream>
#include <string>
#include <thread>