aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2023-02-18 11:21:07 +0000
committerCatherine <whitequark@whitequark.org>2023-02-18 11:33:40 +0000
commit59f5fa75fc664bd3dc731ef161aeca63e927f35b (patch)
treee5d821beea7fb8ed895ba2aa228e0d9d607b0bc0
parent5991092f5179b9bccdb7fa8d46a0bc0245b0996f (diff)
downloadicestorm-59f5fa75fc664bd3dc731ef161aeca63e927f35b.tar.gz
icestorm-59f5fa75fc664bd3dc731ef161aeca63e927f35b.tar.bz2
icestorm-59f5fa75fc664bd3dc731ef161aeca63e927f35b.zip
icebram: do not include <bits/stdc++.h>
-rw-r--r--icebram/icebram.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/icebram/icebram.cc b/icebram/icebram.cc
index 86ca11e..568517c 100644
--- a/icebram/icebram.cc
+++ b/icebram/icebram.cc
@@ -19,9 +19,9 @@
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
+#include <limits.h>
#include <unistd.h>
#include <sys/time.h>
-#include <bits/stdc++.h>
#include <cstring>
#include <fstream>