Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.swp
build
1 change: 1 addition & 0 deletions examples/bfs/bfs_kernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#ifndef BFS_BFS_KERNEL_HPP
#define BFS_BFS_KERNEL_HPP

#include <cstdint>
#include <iostream>
#include <limits>

Expand Down
1 change: 1 addition & 0 deletions examples/bfs/utility/bitmap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#ifndef LIB_UTILITY_BITMAP_HPP
#define LIB_UTILITY_BITMAP_HPP

#include <cstdint>
#include <iostream>

namespace utility
Expand Down