Added stdc_format_macros for all inttypes.h includes.

This commit is contained in:
James Goppert
2015-09-24 17:44:27 -04:00
parent 6cdb373abb
commit 2a60ffd554
8 changed files with 8 additions and 2 deletions
+1
View File
@@ -43,6 +43,7 @@
#include <semaphore.h>
#include <time.h>
#include <string.h>
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <errno.h>
#include "hrt_work.h"
+1
View File
@@ -48,6 +48,7 @@
/* includes when building for ros */
#include "ros/ros.h"
#include <list>
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <type_traits>
#else