Skip to content

Commit

Permalink
Use <stdint.h> instead of <cstdint> to avoid compilation error on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Sep 17, 2015
1 parent 357b718 commit fb8dce1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flic.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
#define FLIC_FLIC_H_INCLUDED
#pragma once

#include <stdint.h>

#include <cassert>
#include <cstdint>
#include <cstdio>
#include <vector>

Expand Down

0 comments on commit fb8dce1

Please sign in to comment.