Skip to content

Commit 5d9f886

Browse files
committed
Changed to the right namespace.
1 parent 08b11d1 commit 5d9f886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo_is_multiple_of.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <string>
1414

1515
#include "Util/print_vec.h"
16-
using namespace Util::vector;
16+
using namespace util::vector;
1717

1818
#ifndef DEBUG
1919
#define DEBUG(str) std::cout << str << std::endl;

0 commit comments

Comments
 (0)