Skip to content

Commit

Permalink
add missing include guard for screen/pixel.hpp (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiAuTraver authored Jun 27, 2024
1 parent b28d570 commit 307e4eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/ftxui/screen/pixel.hpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -46,3 +48,5 @@ struct Pixel {
};

} // namespace ftxui

#endif // FTXUI_SCREEN_PIXEL_HPP

0 comments on commit 307e4eb

Please sign in to comment.