Lots of includes (for real this time) and a LogData() embryo

This commit is contained in:
Aidan Ferguson 2016-02-10 20:43:45 -05:00
parent 4a6b8c74fa
commit 8039c16b70
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
#include "WPILib.h"
#include "Shooter.h"
#include <ctime>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
#include <sys/time.h>
#include <vector>
#include <cmath>
#ifndef BUTTON_LAYOUT
#define BUTTON_LAYOUT