16:04:08 does anyone have an idea how I can debug this compilation error that suddenly started showing up with Windows GUI? https://paste.debian.net/hidden/01b11cdd/ 16:04:41 no GUI code got changed so it means some dependency updated that resulted in this error 16:09:27 check the order of #include in updater.cpp 16:09:43 maybe move everything windows-related up 16:12:24 I went through the files already but there isn't anything Windows related included 16:12:33 but will go through them again, maybe I overlooked something 16:13:13 Maybe uncomment this line? 16:13:14 "does anyone have an idea how I..." <- https://github.com/monero-project/monero/blob/master/contrib/epee/include/net/net_helper.h#L32 16:13:50 It was commented since the first commit in monero, I checked with git blame, but will try :D 16:14:30 Or include winsock2.h in the updater before line 35 16:14:59 ^ or in network.h before line 38 16:17:03 ty, will try all 19:00:18 -xmr-pr- selsta opened pull request #8170: systemd: remove outdated torsocks example 19:00:18 -xmr-pr- > https://github.com/monero-project/monero/pull/8170