mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
72bb4a7148
* [lrc-tool] create a new port * [lrc-tool] fix portfile.cmake * [lrc-tool] fix format-manifest portfile.cmake * [lrc-tool] fix git-tree version * [liblrc] remove include copy * Update version database * [liblrc] not support osx * Update version database * [liblrc] Apply suggestions from code review Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [liblrc] fix code review * Update version database * [liblrc] make CMakeLists.txt to patch * [liblrc] add unofficial * [liblrc] add unofficial namespace * [liblrc] Update version database Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: luncliff <luncliff@gmail.com>
14 lines
289 B
Diff
14 lines
289 B
Diff
diff --git a/liblrc/lyrics.cc b/liblrc/lyrics.cc
|
|
index b1a8c87..4fa16fa 100644
|
|
--- a/liblrc/lyrics.cc
|
|
+++ b/liblrc/lyrics.cc
|
|
@@ -5,7 +5,7 @@
|
|
//******************************************
|
|
|
|
#include "lyrics.h"
|
|
-
|
|
+#include <limits>
|
|
#include <assert.h>
|
|
|
|
#include <algorithm>
|