including only limits... not full std c++ lib

This commit is contained in:
incredibleLeitman 2020-11-29 18:10:56 +01:00
parent 2b2ed8cf06
commit 071ff11f0d

View File

@ -2,7 +2,8 @@
#define QUICKHULL_H
#include <list>
#include <bits/stdc++.h> // For INT_MIN & INT_MAX
#include <limits.h>
#include "Point.h"
#include "Line.h"