Skip to content

Commit

Permalink
Add missing header for memcpy.
Browse files Browse the repository at this point in the history
  • Loading branch information
denravonska committed Dec 2, 2016
1 parent 6c191b4 commit 69053d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ActisenseReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This is class for reading Actisense format messages from given stream.
*/
#include "ActisenseReader.h"
#include <string.h>

//*****************************************************************************
tActisenseReader::tActisenseReader() {
Expand Down

0 comments on commit 69053d5

Please sign in to comment.