Skip to content

Commit

Permalink
Add some missing includes to ink_stroke_modeler
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 625034929
  • Loading branch information
Ink Open Source authored and Copybara-Service committed Apr 15, 2024
1 parent 6c8f035 commit 60e72b2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
Expand Up @@ -14,6 +14,9 @@

#include "ink_stroke_modeler/internal/prediction/stroke_end_predictor.h"

#include <memory>
#include <vector>

#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "ink_stroke_modeler/internal/internal_types.h"
Expand Down
1 change: 1 addition & 0 deletions ink_stroke_modeler/internal/stylus_state_modeler.cc
Expand Up @@ -14,6 +14,7 @@

#include "ink_stroke_modeler/internal/stylus_state_modeler.h"

#include <cmath>
#include <limits>

#include "ink_stroke_modeler/internal/internal_types.h"
Expand Down
2 changes: 2 additions & 0 deletions ink_stroke_modeler/internal/wobble_smoother_test.cc
Expand Up @@ -14,6 +14,8 @@

#include "ink_stroke_modeler/internal/wobble_smoother.h"

#include <vector>

#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "ink_stroke_modeler/internal/type_matchers.h"
Expand Down
1 change: 1 addition & 0 deletions ink_stroke_modeler/stroke_modeler_fuzz_test.cc
@@ -1,4 +1,5 @@
#include <variant>
#include <vector>

#include "fuzztest/fuzztest.h"
#include "ink_stroke_modeler/params.h"
Expand Down
2 changes: 2 additions & 0 deletions ink_stroke_modeler/stroke_modeler_test.cc
Expand Up @@ -14,6 +14,8 @@

#include "ink_stroke_modeler/stroke_modeler.h"

#include <vector>

#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "absl/status/status.h"
Expand Down

0 comments on commit 60e72b2

Please sign in to comment.