Skip to content

Commit 971a619

Browse files
Core Solver - adjust_measureErrors.h - Add some missing includes.
1 parent 808c41a commit 971a619

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/mmSolver/adjust/adjust_measureErrors.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
#ifndef MM_SOLVER_CORE_BUNDLE_ADJUST_MEASURE_ERRORS_H
2424
#define MM_SOLVER_CORE_BUNDLE_ADJUST_MEASURE_ERRORS_H
2525

26+
// STL
27+
#include <vector>
28+
29+
// Maya
30+
#include <maya/MStatus.h>
31+
32+
// MM Solver
2633
#include "adjust_data.h"
2734

2835
namespace mmsolver {

0 commit comments

Comments
 (0)