Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 618787675
  • Loading branch information
Material Eng authored and copybara-github committed Mar 25, 2024
1 parent 624be32 commit 8d6c8ae
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/dynamiccolor/dynamic_color.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <cmath>
#include <functional>
#include <optional>
#include <string>
#include <vector>

#include "cpp/cam/hct.h"
Expand Down
2 changes: 2 additions & 0 deletions cpp/dynamiccolor/dynamic_scheme.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

#include "cpp/dynamiccolor/dynamic_scheme.h"

#include <vector>

#include "cpp/cam/hct.h"
#include "cpp/dynamiccolor/material_dynamic_colors.h"
#include "cpp/dynamiccolor/variant.h"
Expand Down
2 changes: 2 additions & 0 deletions cpp/scheme/scheme_expressive.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

#include "cpp/scheme/scheme_expressive.h"

#include <vector>

#include "cpp/cam/hct.h"
#include "cpp/dynamiccolor/dynamic_scheme.h"
#include "cpp/dynamiccolor/variant.h"
Expand Down
2 changes: 2 additions & 0 deletions cpp/scheme/scheme_vibrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

#include "cpp/scheme/scheme_vibrant.h"

#include <vector>

#include "cpp/cam/hct.h"
#include "cpp/dynamiccolor/dynamic_scheme.h"
#include "cpp/dynamiccolor/variant.h"
Expand Down
1 change: 1 addition & 0 deletions cpp/temperature/temperature_cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include "cpp/temperature/temperature_cache.h"

#include <algorithm>
#include <map>
#include <vector>

Expand Down

0 comments on commit 8d6c8ae

Please sign in to comment.