Skip to content

Commit

Permalink
Merge pull request #2 from CodingCat/patch-1
Browse files Browse the repository at this point in the history
add #include <string> to make it compilable in Mac OS with clang++
  • Loading branch information
hcho3 authored Aug 30, 2017
2 parents d4a5c23 + 98a77dc commit 5740fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/treelite/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifndef TREELITE_BASE_H_
#define TREELITE_BASE_H_

#include <string>
#include <unordered_map>
#include <cstdint>

Expand Down

0 comments on commit 5740fa2

Please sign in to comment.