You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/uniwig.cpp:1:10: fatal error: 'bits/stdc++.h' file not found
#include <bits/stdc++.h>
Background on error
I am unable to build uniwig locally because I am lacking the bits/stdc++.h header file. Based on some stack overflow scanning, it seems that it is not recommended that one use this header file.
Error
Background on error
I am unable to build
uniwig
locally because I am lacking thebits/stdc++.h
header file. Based on some stack overflow scanning, it seems that it is not recommended that one use this header file.Steps to reproduce
git clone https://github.com/databio/uniwig
dev
branchgit checkout dev
make uniwig
The text was updated successfully, but these errors were encountered: