Skip to content

Commit

Permalink
add stdint.hto use uint64_t on arm, close #123
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Mar 6, 2017
1 parent 056036c commit 2695a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hrplib/hrpPlanner/TimeUtil.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <fstream>
#include <iostream>
#include <stdint.h>
#include "TimeUtil.h"

tick_t get_tick()
Expand Down

0 comments on commit 2695a1e

Please sign in to comment.