Change includes

This commit is contained in:
John Zhao
2018-10-27 21:51:44 +08:00
parent 972ab79a76
commit e95a5e6b1d
34 changed files with 62 additions and 72 deletions

View File

@@ -33,10 +33,10 @@
#include <map>
#include <string>
#include "mynteye/api.h"
#include "mynteye/context.h"
#include "mynteye/device.h"
#include "mynteye/logger.h"
#include "mynteye/api/api.h"
#include "mynteye/device/context.h"
#include "mynteye/device/device.h"
#define FULL_PRECISION \
std::fixed << std::setprecision(std::numeric_limits<double>::max_digits10)