Skip to content

Commit

Permalink
small fix to compile on gcc 4.8.2
Browse files Browse the repository at this point in the history
PR #827

(cherry picked from commit 31b66d2)
  • Loading branch information
jakebolewski authored and tdenniston committed Jul 10, 2018
1 parent 7b7bb7e commit 07af26c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tiledb/sm/array_schema/array_schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
#ifndef TILEDB_ARRAY_METADATA_H
#define TILEDB_ARRAY_METADATA_H

#define __STDC_FORMAT_MACROS

#include <string>
#include <typeinfo>
#include <unordered_map>
Expand Down
2 changes: 2 additions & 0 deletions tiledb/sm/misc/stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#ifndef TILEDB_STATS_H
#define TILEDB_STATS_H

#define __STDC_FORMAT_MACROS

#include <inttypes.h>
#include <atomic>
#include <chrono>
Expand Down

0 comments on commit 07af26c

Please sign in to comment.