Browse Source

Added include for std::getline() on MSVC

cl-refactor
Tim Hughes 11 years ago
parent
commit
52f9b090c5
  1. 1
      sc/cmdline.cpp

1
sc/cmdline.cpp

@ -2,6 +2,7 @@
#include <iostream>
#include <vector>
#include <map>
#include <string>
#include <libserpent/funcs.h>
int main(int argv, char** argc) {

Loading…
Cancel
Save