fixed compile-time bug under Ubuntu

pull/13383/head
Alexey Spizhevoy 14 years ago
parent 0c325cace3
commit c9894f9655
  1. 3
      modules/gpu/src/nvidia/core/NCV.cu

@ -43,8 +43,11 @@
#include <ios>
#include <stdarg.h>
#include <vector>
#include <cstdio>
#include "NCV.hpp"
using namespace std;
//==============================================================================
//

Loading…
Cancel
Save