Skip to content

Commit

Permalink
Add missing include for atoi.
Browse files Browse the repository at this point in the history
Fixes #97
  • Loading branch information
tfoote committed Jan 17, 2017
1 parent d182173 commit 846bfcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sensor_msgs/include/sensor_msgs/image_encodings.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#ifndef SENSOR_MSGS_IMAGE_ENCODINGS_H
#define SENSOR_MSGS_IMAGE_ENCODINGS_H

#include <cstdlib>
#include <stdexcept>
#include <string>

Expand Down

0 comments on commit 846bfcb

Please sign in to comment.