CMake で Debug 構成でのビルドに失敗する問題を修正
This commit is contained in:
parent
da809ca697
commit
cd190cfadc
@ -1,6 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "arib_std_b25.h"
|
||||
#include "arib_std_b25_error_code.h"
|
||||
@ -9,6 +10,9 @@
|
||||
#include "ts_common_types.h"
|
||||
#include "ts_section_parser.h"
|
||||
|
||||
#if !defined(_WIN32)
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
#ifdef USE_BENCHMARK
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user