Skip to content

Commit 35c8196

Browse files
committed
Updated test.cpp
1 parent 154f0de commit 35c8196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

homework/grayscale-image/test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <vector>
55

66
// TODO: include
7+
#include "compression.hpp"
78
#include "gtest/gtest.h"
89

910
void expectBitmap(const std::vector<std::pair<uint8_t, uint8_t>>& bitmap, size_t fraction) {

0 commit comments

Comments
 (0)