Fixed VS build.

This commit is contained in:
Branimir Karadžić 2019-01-05 16:48:34 -08:00
parent f665e4e982
commit a4b61c8364
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#ifndef SOURCE_OPT_CONSTANTS_H_
#define SOURCE_OPT_CONSTANTS_H_
#include <cinttypes>
#include <inttypes.h>
#include <map>
#include <memory>
#include <unordered_map>