Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/testing_intel_atom'
Browse files Browse the repository at this point in the history
  • Loading branch information
CutePoisonX committed May 23, 2015
2 parents 3964ab6 + ca7cb62 commit 440f142
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions FileManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "Settings.h"
#include <sstream>
#include <vector>
#include <cstdlib>
#include <math.h>

using namespace std;
Expand Down
1 change: 1 addition & 0 deletions FolderSetting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "UserInterface.h"
#include <sys/stat.h>
#include <string.h>
#include <cstdlib>

FolderSetting::FolderSetting(UserInterface ui, string name, string description,
string settings_change_prompt, string default_param)
Expand Down
3 changes: 2 additions & 1 deletion StartMode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
#include <dirent.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <iostream>
#include <cstdlib>
#include <string.h>

StartMode::StartMode(UserInterface& ui, VectorSourceManager& man,
FileManager& fileman, AnalyzeMedia& analyze,
Expand Down

0 comments on commit 440f142

Please sign in to comment.