Skip to content

Commit 6e446e6

Browse files
committed
Merge pull request #440 from giacomodabisias/master
fixes missing std::string include in libfreenect2.hpp
2 parents caf7d86 + 12c5b58 commit 6e446e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/libfreenect2/libfreenect2.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
#include <libfreenect2/config.h>
3333
#include <libfreenect2/frame_listener.hpp>
34+
#include <string>
3435

3536
namespace libfreenect2
3637
{

0 commit comments

Comments
 (0)