Skip to content

Commit

Permalink
gtk3/inputwindow.cpp: add <algorithm> for std::max (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Jan 30, 2024
1 parent 5e9c0bc commit 1314d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtk3/inputwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "inputwindow.h"
#include "fcitxtheme.h"
#include <fcitx-gclient/fcitxgclient.h>
#include <algorithm>
#include <functional>
#include <initializer_list>
#include <limits>
Expand Down

0 comments on commit 1314d82

Please sign in to comment.