Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux compile fixes #2

Open
wants to merge 2 commits into
base: ct
Choose a base branch
from
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
3 changes: 2 additions & 1 deletion src/txtz.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#define __TXTZ_HPP__

#include <cstddef>
#include <cstdint>
#include <string>
#include <vector>

Expand Down Expand Up @@ -67,4 +68,4 @@ namespace txtz
};
}

#endif
#endif
3 changes: 2 additions & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

*/

#include <cstdint>
#include <iomanip>
#include <iostream>
#include <sstream>
Expand Down Expand Up @@ -97,4 +98,4 @@ namespace util
return count;
}

}
}