Skip to content
Snippets Groups Projects
Unverified Commit 307e4eb4 authored by LiAuTraver's avatar LiAuTraver Committed by GitHub
Browse files

add missing include guard for screen/pixel.hpp (#890)

parent b28d5708
No related branches found
No related tags found
No related merge requests found
// 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment