//---------------------------------------------------
// Filename: microblog.h
// Purpose: The header file for a class to store a single tweet
//---------------------------------------------------
#include <fstream>
#include <string>
#include "tweet.h"
using namespace std;