Celeb Glow
news | March 17, 2026

#include not found

Can someone help me out with this error. Trying to program a network scanner

cppns.cpp:2:10: fatal error: SFML/Network.hpp: No such file or directory #include <SFML/Network.hpp> ^~~~~~~~~~~~~~~~~~
3

1 Answer

You need to install development package for this header:

sudo apt-get install libsfml-dev

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy