Skip to content

Commit

Permalink
Addressing IntelRealSense#3187 - Missing include in example.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dorodnic committed Feb 24, 2019
1 parent a65dd76 commit 76881db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/example.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#pragma once

#include <librealsense2/rs.hpp>

#define GLFW_INCLUDE_GLU
#include <GLFW/glfw3.h>

Expand Down

0 comments on commit 76881db

Please sign in to comment.