Skip to content

Commit

Permalink
fix linux linkage error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Oct 2, 2022
1 parent c5b81b1 commit a268a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions common/option-model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include "option-model.h"
#include <librealsense2/rs_advanced_mode.hpp>
#include <imgui.h>
#include <imgui_internal.h>
#include "model-views.h"

using namespace rs2;
Expand Down
1 change: 0 additions & 1 deletion common/option-model.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#pragma once
#include <librealsense2/rs.hpp>
#include <librealsense2/utilities/time/stopwatch.h>

namespace rs2
{
struct notifications_model;
Expand Down

0 comments on commit a268a4e

Please sign in to comment.