Author
anonymous
about 2 years ago
C++
clang 15.0.7
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.80.0-clang-15.0.7/include -std=gnu++2b
prog.cc:1:10: fatal error: 'windows.h' file not found #include <windows.h> ^~~~~~~~~~~ 1 error generated.