Skip to content

Commit

Permalink
[DEV] Added missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nbourdis committed May 24, 2023
1 parent 639a0c5 commit d4b3c35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions hal/cpp/include/metavision/hal/facilities/i_decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#ifndef METAVISION_HAL_I_DECODER_H
#define METAVISION_HAL_I_DECODER_H

#include <cstdint>
#include <functional>

#include "metavision/hal/utils/decoder_protocol_violation.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
#define METAVISION_SDK_BASE_OBJECT_POOL_H

#include <condition_variable>
#include <stack>
#include <exception>
#include <memory>
#include <mutex>
#include <stack>
#include <stdexcept>
#include <type_traits>
#include <exception>

namespace Metavision {

Expand Down

0 comments on commit d4b3c35

Please sign in to comment.