Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created December 17, 2014 17:29
Show Gist options
  • Save springmeyer/cd9f1aef5f1d6f82e1b1 to your computer and use it in GitHub Desktop.
Save springmeyer/cd9f1aef5f1d6f82e1b1 to your computer and use it in GitHub Desktop.
#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