Skip to content

Commit

Permalink
Also include <cmath> in qt_window_manager.cc
Browse files Browse the repository at this point in the history
A follow up to 37424fc for #823

Let's explicitly include <cmath> for std::floor.

#codehealth

PiperOrigin-RevId: 616338439
  • Loading branch information
yukawa authored and hiroyuki-komatsu committed Mar 16, 2024
1 parent d271684 commit 665f438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/qt/qt_window_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "renderer/qt/qt_window_manager.h"

#include <algorithm>
#include <cmath>
#include <string>

#include "absl/strings/str_cat.h"
Expand Down

0 comments on commit 665f438

Please sign in to comment.