Skip to content

Commit

Permalink
include <iostream> in HybridConditional.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Oct 8, 2024
1 parent 0dbf13f commit c60d342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions gtsam/hybrid/HybridConditional.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @file HybridConditional.cpp
* @date Mar 11, 2022
* @author Fan Jiang
* @author Varun Agrawal
*/

#include <gtsam/hybrid/HybridConditional.h>
Expand All @@ -21,6 +22,8 @@
#include <gtsam/inference/Conditional-inst.h>
#include <gtsam/inference/Key.h>

#include <iostream>

namespace gtsam {

/* ************************************************************************ */
Expand Down
2 changes: 1 addition & 1 deletion gtsam/hybrid/HybridConditional.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @file HybridConditional.h
* @date Mar 11, 2022
* @author Fan Jiang
* @author Varun Agrawal
*/

#pragma once
Expand All @@ -25,7 +26,6 @@
#include <gtsam/inference/Key.h>
#include <gtsam/linear/GaussianConditional.h>

#include <iostream>
#include <memory>
#include <stdexcept>
#include <string>
Expand Down

0 comments on commit c60d342

Please sign in to comment.