examples: fix a compilation error on windows. 76/289676/1
authorHermet Park <hermetpark@gmail.com>
Tue, 23 Aug 2022 13:44:24 +0000 (22:44 +0900)
committerMichal Szczecinski <mihashco89@gmail.com>
Mon, 13 Mar 2023 08:32:00 +0000 (09:32 +0100)
commit73b96e7f911f83b3c488eaf79e389baf19b93a67
tree4c8f334be0fe9e82c9af5c5727f0e4e39356f8f9
parent72ac998028633702024dd063cff46ef73d2c841c
examples: fix a compilation error on windows.

../src/examples/Performance.cpp:32:8: error: 'uint' does not name a type; did you mean 'u_int'?
   32 | static uint cnt = 0;
      |        ^~~~
      |        u_int

@Issues: https://github.com/Samsung/thorvg/issues/1247

Change-Id: I3f9ae082a89d32519517bedce68cdd5e0c21564b
src/examples/Performance.cpp