Skip to content

Commit 444058e

Browse files
author
augmenta
committed
Added <limit> header missing and preventing compiling on Ubuntu 14.04.2
1 parent 3adda14 commit 444058e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/protonect/src/cpu_depth_packet_processor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#include <iostream>
3333
#include <fstream>
3434

35+
#include <limits>
36+
3537
#if defined(WIN32)
3638
#define _USE_MATH_DEFINES
3739
#include <math.h>

0 commit comments

Comments
 (0)