Created
December 17, 2014 17:29
-
-
Save springmeyer/cd9f1aef5f1d6f82e1b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <termios.h> | |
#include <boost/geometry.hpp> | |
#include <boost/geometry/geometries/point.hpp> | |
#include <boost/geometry/geometries/box.hpp> | |
#include <boost/geometry/index/rtree.hpp> | |
/* | |
clang++ -o t t.cpp -I/usr/local/include/ | |
*/ | |
int main() { | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment