diff --git a/include/ftxui/screen/pixel.hpp b/include/ftxui/screen/pixel.hpp
index 7545d1ef8873f3b64a1842c675a10748b6062e71..8ab686b027bdf8a72eba9f40cf6fe80f0a986940 100644
--- a/include/ftxui/screen/pixel.hpp
+++ b/include/ftxui/screen/pixel.hpp
@@ -1,6 +1,8 @@
 // Copyright 2024 Arthur Sonzogni. All rights reserved.
 // Use of this source code is governed by the MIT license that can be found in
 // the LICENSE file.
+#ifndef FTXUI_SCREEN_PIXEL_HPP
+#define FTXUI_SCREEN_PIXEL_HPP
 
 #include <cstdint>                 // for uint8_t
 #include <string>                  // for string, basic_string, allocator
@@ -46,3 +48,5 @@ struct Pixel {
 };
 
 }  // namespace ftxui
+
+#endif // FTXUI_SCREEN_PIXEL_HPP