Skip to content

Commit

Permalink
fix 'error: ‘shared_ptr’ in namespace ‘std’ does not name a template …
Browse files Browse the repository at this point in the history
…type' (#5)
  • Loading branch information
rickduggan authored Jun 13, 2022
1 parent fb38119 commit 49d8d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZEDController.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __ZED_CONTROLLER_H__
#define __ZED_CONTROLLER_H__


#include <memory>
#include <sl/Camera.hpp>
#ifdef _WIN32
#include <Windows.h>
Expand Down
1 change: 1 addition & 0 deletions src/zed_interface.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <memory>
#include <thread>
#include <mutex>
#include <chrono>
Expand Down

0 comments on commit 49d8d38

Please sign in to comment.